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