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