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