Helper class for encoding DoubleSeq into an OutputStream and decoding DoubleSeq from an InputStream.
Static
Reads DoubleSeq from the given InputStream.
The InputStream to read from.
The read DoubleSeq value.
Writes the DoubleSeq value to the given OutputStream.
The OutputStream to write to.
The value to write.
Helper class for encoding DoubleSeq into an OutputStream and decoding DoubleSeq from an InputStream.