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