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