public class BAtoBA extends Object implements ByteArrayConverter<byte[]>
| Constructor and Description |
|---|
BAtoBA() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
fromByteArray(byte[] byteArray,
int offset,
int length) |
static ByteArrayConverter<byte[]> |
getInstance() |
byte[] |
toByteArray(byte[] object) |
public static ByteArrayConverter<byte[]> getInstance()
public byte[] toByteArray(byte[] object)
toByteArray in interface ByteArrayConverter<byte[]>public byte[] fromByteArray(byte[] byteArray,
int offset,
int length)
fromByteArray in interface ByteArrayConverter<byte[]>Copyright © 2015. All rights reserved.