Class: BinaryXMLStructureDecoder

BinaryXMLStructureDecoder

new BinaryXMLStructureDecoder()

Source:

Methods

findElementEnd()

Continue scanning input starting from this.offset. If found the end of the element which started at offset 0 then return true, else false. If this returns false, you should read more into input and call again. You have to pass in input each time because the array could be reallocated. This throws an exception for badly formed ndnb.
Source:

seek()

Set the offset into the input, used for the next read.
Source:

startHeader()

Set the state to READ_HEADER_OR_CLOSE and set up to start reading the header
Source: