Uses the CCNProtocolDTags enum type to implement a dictionary. More...
Public Member Functions | |
Long | stringToTag (String tag) |
String | tagToString (long tagVal) |
This is the slow way, but we should only have to do this if printing things out as text. | |
Static Public Member Functions | |
static CCNProtocolDictionary | getDefaultInstance () |
Uses the CCNProtocolDTags enum type to implement a dictionary.
String org.ccnx.ccn.impl.encoding.CCNProtocolDictionary.tagToString | ( | long | tagVal | ) | [virtual] |
This is the slow way, but we should only have to do this if printing things out as text.
..
Implements org.ccnx.ccn.impl.encoding.BinaryXMLDictionary.