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