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