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