| Package | Description |
|---|---|
| net.named_data.jndn.encoding |
| Modifier and Type | Method and Description |
|---|---|
void |
WireFormat.decodeForwardingEntry(ForwardingEntry forwardingEntry,
ByteBuffer input)
Decode input as a forwarding entry and set the fields of the
forwardingEntry object.
|
void |
BinaryXmlWireFormat.decodeForwardingEntry(ForwardingEntry forwardingEntry,
ByteBuffer input)
Decode input as a forwarding entry in binary XML and set the fields of the
forwardingEntry object.
|
Blob |
WireFormat.encodeForwardingEntry(ForwardingEntry forwardingEntry)
Encode forwardingEntry and return the encoding.
|
Blob |
BinaryXmlWireFormat.encodeForwardingEntry(ForwardingEntry forwardingEntry)
Encode forwardingEntry in binary XML and return the encoding.
|
Copyright © 2015. All rights reserved.