| Interface | Description |
|---|---|
| ElementListener |
A class implements ElementListener if it has onReceivedElement which is used
by BinaryXmlElementReader.onReceivedData.
|
| Class | Description |
|---|---|
| BinaryXml | |
| BinaryXmlDecoder |
A BinaryXmlDecoder has methods to decode an input according to Binary XML.
|
| BinaryXmlEncoder |
A BinaryXmlEncoder holds an output buffer and has methods to output Binary XML.
|
| BinaryXmlStructureDecoder | |
| BinaryXmlWireFormat | |
| ElementReader |
A ElementReader lets you call onReceivedData multiple times which
uses a BinaryXmlStructureDecoder or TlvStructureDecoder to detect the end of
a binary XML or NDN-TLV element and calls
elementListener.onReceivedElement(element) with the element.
|
| OID | |
| ProtobufTlv |
ProtobufTlv has static methods to encode and decode an Protobuf Message
object as NDN-TLV.
|
| Tlv0_1_1WireFormat |
A Tlv0_1_1WireFormat implements the WireFormat interface for encoding and
decoding with the NDN-TLV wire format, version 0.1.1.
|
| Tlv0_1WireFormat |
A Tlv0_1WireFormat extends Tlv0_1_1WireFormat so that it is an alias in case
any applications use Tlv0_1WireFormat directly.
|
| TlvWireFormat |
A TlvWireFormat extends WireFormat to override its methods to
implement encoding and decoding using the preferred implementation of
NDN-TLV.
|
| WireFormat |
| Exception | Description |
|---|---|
| EncodingException |
Copyright © 2015. All rights reserved.