| Class | Description |
|---|---|
| CollectionsUtil |
This class contains utility methods for commonly used functional patterns for collections.
|
| OptionsEncoder |
Facilities for encoding/decoding a set of options to/from a byte array.
|
| TypedDataInputStream |
A stream that can read (trivial) values using their in-band data type information, intended for
use with
TypedDataOutputStream. |
| TypedDataOutputStream |
A stream that can write (trivial) values together with their data type, for use with
TypedDataInputStream. |