| Interface | Description |
|---|---|
| BitReader | |
| BitWriter |
A bitwriter is a an interface that allows for doing output at the bit level.
|
| None |
None is an interface that makes the constant none (short for
negative one or long for -1) available to any class that implements it.
|
| PostMortem |
The PostMortem interface allows for testing the internal state of JSONzip
processors.
|
| Class | Description |
|---|---|
| BitInputStream |
This is a big endian bit reader.
|
| BitOutputStream |
This is a big endian bit writer.
|
| Huff |
A Huffman encoder/decoder.
|
| JSONzip |
JSONzip is a binary-encoded JSON dialect.
|
| Unzipper |
JSONzip is a binary compression scheme for JSON text.
|
| Zipper |
An encoder implements the compression behavior of JSONzip.
|