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