Public Member Functions | |
Filter (byte[][] arg) | |
void | decode (XMLDecoder decoder) throws ContentDecodingException |
Used by NetworkObject to decode the object from a network stream. | |
void | encode (XMLEncoder encoder) throws ContentEncodingException |
Used by NetworkObject to encode the object to a network stream. |
This class encodes and decodes the preceding ConfigSliceOp and the ContentName together, representing a single filter element.
void org.ccnx.ccn.io.content.ConfigSlice.Filter.decode | ( | XMLDecoder | decoder | ) | throws ContentDecodingException [virtual] |
Used by NetworkObject to decode the object from a network stream.
Reimplemented from org.ccnx.ccn.protocol.ContentName.
void org.ccnx.ccn.io.content.ConfigSlice.Filter.encode | ( | XMLEncoder | encoder | ) | throws ContentEncodingException [virtual] |
Used by NetworkObject to encode the object to a network stream.
Reimplemented from org.ccnx.ccn.protocol.ContentName.