| BitmapDecoder |
Deprecated.
|
| Decoder |
|
| DeltaBinaryDecoder |
This class is a decoder for decoding the byte array that encoded by
DeltaBinaryEncoder.DeltaBinaryDecoder just supports integer and long values.
.
|
| DeltaBinaryDecoder.IntDeltaDecoder |
|
| DeltaBinaryDecoder.LongDeltaDecoder |
|
| DictionaryDecoder |
|
| DoublePrecisionChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
| DoublePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
| DoublePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| DoubleRLBEDecoder |
|
| DoubleSprintzDecoder |
|
| FloatDecoder |
Decoder for float or double value using rle or two diff.
|
| FloatRLBEDecoder |
|
| FloatSprintzDecoder |
|
| 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.
|
| IntRLBEDecoder |
|
| IntRleDecoder |
Decoder for int value using rle or bit-packing.
|
| IntSprintzDecoder |
|
| IntZigzagDecoder |
|
| LongChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
| LongGorillaDecoder |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| LongRLBEDecoder |
|
| LongRleDecoder |
Decoder for long value using rle or bit-packing.
|
| LongSprintzDecoder |
|
| LongZigzagDecoder |
|
| PlainDecoder |
|
| RegularDataDecoder |
This class is a decoder for decoding the byte array that encoded by RegularDataEncoder.
|
| RegularDataDecoder.IntRegularDecoder |
|
| RegularDataDecoder.LongRegularDecoder |
|
| RleDecoder |
Abstract class for all rle decoder.
|
| SinglePrecisionChimpDecoder |
This class includes code modified from Panagiotis Liakos chimp project.
|
| SinglePrecisionDecoderV1 |
Decoder for value value using gorilla.
|
| SinglePrecisionDecoderV2 |
This class includes code modified from Michael Burman's gorilla-tsc project.
|
| SprintzDecoder |
|