Package | Description |
---|---|
info.junius.library.jabb.dt |
Modifier and Type | Method and Description |
---|---|
RawBinary |
RawBinary.getChild(byte id)
Returns a direct child of this element identified by its ID or null if there is no such an element
|
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 |
---|---|
java.util.List<RawBinary> |
RawBinary.getChildren()
Returns the children of this element.
|
java.util.Iterator<RawBinary> |
RawBinary.iterator()
Returns an iterator that iterates the tree in main order
|
Modifier and Type | Method and Description |
---|---|
void |
RawBinary.addChild(RawBinary child)
Adds the child to this node and sets its parent.
|
RawBinary |
BinaryParser.parse(java.nio.ByteBuffer input,
RawBinary target)
Parses octet-array and returns RawBinary instance
|