Public Member Functions | |
CollectionObject (ContentName name, Collection data, SaveType saveType, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, java.util.Collection< Link > contents, SaveType saveType, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, Link[] contents, SaveType saveType, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, Collection data, SaveType saveType, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, java.util.Collection< Link > contents, SaveType saveType, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, Link[] contents, SaveType saveType, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNHandle handle) throws IOException | |
CollectionObject (ContentName name, PublisherPublicKeyDigest publisher, CCNHandle handle) throws ContentDecodingException, IOException | |
CollectionObject (ContentObject firstBlock, CCNHandle handle) throws ContentDecodingException, IOException | |
CollectionObject (ContentName name, CCNHandle handle) throws ContentDecodingException, IOException | |
CollectionObject (ContentName name, Collection data, PublisherPublicKeyDigest publisher, KeyLocator keyLocator, CCNFlowControl flowControl) throws IOException | |
CollectionObject (ContentName name, PublisherPublicKeyDigest publisher, CCNFlowControl flowControl) throws ContentDecodingException, IOException | |
CollectionObject (ContentObject firstBlock, CCNFlowControl flowControl) throws ContentDecodingException, IOException | |
Collection | collection () throws ContentNotReadyException, ContentGoneException, ErrorStateException |
LinkedList< Link > | contents () throws ContentNotReadyException, ContentGoneException, ErrorStateException |
A typical pattern for using network objects to save objects that happen to be encodable or serializable is to incorporate such a static member wrapper class subclassing CCNEncodableObject, CCNSerializableObject, or CCNNetworkObject itself inside the main class definition.