| Constructor | Description |
|---|---|
ExternalLongEncoding() |
| Modifier and Type | Method | Description |
|---|---|---|
BitCodec<Long> |
buildCodec(Map<Integer,InputStream> inputMap,
Map<Integer,ExposedByteArrayOutputStream> outputMap) |
|
void |
fromByteArray(byte[] data) |
|
EncodingID |
id() |
|
byte[] |
toByteArray() |
|
static EncodingParams |
toParam(int contentId) |
public static EncodingParams toParam(int contentId)
public byte[] toByteArray()
toByteArray in interface Encoding<Long>public void fromByteArray(byte[] data)
fromByteArray in interface Encoding<Long>public BitCodec<Long> buildCodec(Map<Integer,InputStream> inputMap, Map<Integer,ExposedByteArrayOutputStream> outputMap)
buildCodec in interface Encoding<Long>public EncodingID id()