Name

Metadata

Synopsis

Metatdata objects are special codats that hold information about another codat, such as its symbolic name, its description, index and searching information for the codat, and so on. Like all codat objects, they must be constructed with a unique codat ID, but a single metadata codat may be associated with multiple codats.

public class Metadata extends Codat {
// Public Constructors
   public Metadata(CodatID id, CodatID about, net.jxta.document.Document document);  
   public Metadata(net.jxta.peergroup.PeerGroupID groupID, CodatID about, net.jxta.document.Document document)
        throws IOException;  
}

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.