| Decoder |
|
| DeltaBinaryDecoder |
This class is a decoder for decoding the byte array that encoded by
DeltaBinaryEncoder.DeltaBinaryDecoder just supports integer and long values.
.
|
| GorillaDecoderV1 |
|
| GorillaDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| IntChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
| IntGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| LongChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
| LongGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| RegularDataDecoder |
This class is a decoder for decoding the byte array that encoded by RegularDataEncoder.
|
| RleDecoder |
Abstract class for all rle decoder.
|
| RleDecoder.Mode |
|
| SprintzDecoder |
|