public class ByteArray
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ByteArray |
from(byte[] input) |
int |
getByteAt(int i) |
int |
length() |
java.lang.String |
toUFT8String() |
java.lang.String |
toUPF9String() |
public static ByteArray from(byte[] input)
public java.lang.String toUFT8String()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic java.lang.String toUPF9String()
throws java.io.IOException
java.io.IOExceptionpublic int getByteAt(int i)
public int length()