| Modifier and Type | Class and Description |
|---|---|
static class |
ByteArrayStopEncoding.ByteArrayStopCodec |
| Constructor and Description |
|---|
ByteArrayStopEncoding() |
| Modifier and Type | Method and Description |
|---|---|
BitCodec<byte[]> |
buildCodec(Map<Integer,InputStream> inputMap,
Map<Integer,ExposedByteArrayOutputStream> outputMap) |
void |
fromByteArray(byte[] data) |
EncodingID |
id() |
byte[] |
toByteArray() |
static EncodingParams |
toParam(byte stopByte,
int externalId) |
public EncodingID id()
public static EncodingParams toParam(byte stopByte, int externalId)
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[]>