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