public interface Decodable
Modifier and Type | Method and Description |
---|---|
void |
wireDecode(net.named_data.jndn.encoding.tlv.TlvDecoder decoder)
Decode data structure from TLV wire format.
|
void wireDecode(net.named_data.jndn.encoding.tlv.TlvDecoder decoder) throws net.named_data.jndn.encoding.EncodingException
decoder
- Instance of TlvDecodernet.named_data.jndn.encoding.EncodingException
- when decoding failsCopyright © 2016. All rights reserved.