Package | Description |
---|---|
info.junius.library.jabb | |
info.junius.library.jabb.dt | |
info.junius.library.jabb.generics | |
info.junius.library.jabb.impl |
Modifier and Type | Method and Description |
---|---|
<T> T |
ObjectDecoder.decode(byte[] binary,
java.lang.Class<? extends T> rootClazz)
Decodes valid JABB objects, i.e.
|
Modifier and Type | Method and Description |
---|---|
static RawBinary |
RawBinary.parse(byte[] octetArray)
Parses the given octet array and returns a RawBinary structure
|
RawBinary |
BinaryParser.parse(java.nio.ByteBuffer input,
RawBinary target)
Parses octet-array and returns RawBinary instance
|
Modifier and Type | Method and Description |
---|---|
GenericType |
GenericsParser.parse(java.lang.String value)
Parses the value and returns a tree of generic types
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultObjectDecoder.decode(byte[] binary,
java.lang.Class<? extends T> rootClazz)
Decodes valid JABB objects, i.e.
|