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