Constructor | Description |
---|---|
ExternalByteArrayEncoding() |
Modifier and Type | Method | Description |
---|---|---|
BitCodec<byte[]> |
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<byte[]>
public void fromByteArray(byte[] data)
fromByteArray
in interface Encoding<byte[]>
public BitCodec<byte[]> buildCodec(Map<Integer,InputStream> inputMap, Map<Integer,ExposedByteArrayOutputStream> outputMap)
buildCodec
in interface Encoding<byte[]>
public EncodingID id()