| Interface | Description |
|---|---|
| Input |
A generic interface for reading data from a stream or an object.
|
| Output |
A generic interface for writing to a stream or an object.
|
| Class | Description |
|---|---|
| ByteArrayInput |
An implementation of
Input that is backed by an array. |
| Flag |
An encoded DDSketch comprises multiple contiguous blocks (sequences of bytes).
|
| GrowingByteArrayOutput |
An implementation of
Output that is backed by an array of bytes, whose capacity is grown
as necessary. |
| VarEncodingHelper |
| Enum | Description |
|---|---|
| BinEncodingMode | |
| Flag.Type | |
| IndexMappingLayout |
| Exception | Description |
|---|---|
| InvalidFlagException |
Signals that an encoded flag does not match any valid flag.
|
| MalformedInputException |
Signals that the input data is in an unrecognized or inappropriate format and cannot be decoded.
|