T - data series typeBetaIntegerEncoding, ByteArrayLenEncoding, ByteArrayStopEncoding, ExternalByteArrayEncoding, ExternalByteEncoding, ExternalIntegerEncoding, ExternalLongEncoding, GammaIntegerEncoding, GolombIntegerEncoding, GolombLongEncoding, GolombRiceIntegerEncoding, HuffmanByteEncoding, HuffmanIntegerEncoding, NullEncoding, SubexponentialIntegerEncodingpublic interface Encoding<T>
BitCodec instance.| Modifier and Type | Method | Description |
|---|---|---|
BitCodec<T> |
buildCodec(Map<Integer,InputStream> inputMap,
Map<Integer,ExposedByteArrayOutputStream> outputMap) |
|
void |
fromByteArray(byte[] data) |
|
EncodingID |
id() |
|
byte[] |
toByteArray() |
EncodingID id()
byte[] toByteArray()
void fromByteArray(byte[] data)
BitCodec<T> buildCodec(Map<Integer,InputStream> inputMap, Map<Integer,ExposedByteArrayOutputStream> outputMap)