public interface ArrayAssistant
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
baseType()
get array base type.
|
java.lang.Object |
buildElement(byte[] bytes,
int pos,
int len)
build a array element from its binary bytes.
|
java.lang.Object |
buildElement(java.lang.String literal)
build an array element from its literal string.
|
java.lang.Class<?> baseType()
java.lang.Object buildElement(byte[] bytes,
int pos,
int len)
bytes - input bytespos - position in input arraylen - length of the elementjava.lang.Object buildElement(java.lang.String literal)
literal - string representation of array element