JXTA

Uses of Interface
net.jxta.document.DocumentStreamIO

Packages that use DocumentStreamIO
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
 

Uses of DocumentStreamIO in net.jxta.document
 

Subinterfaces of DocumentStreamIO in net.jxta.document
 interface Document
          A simple typed container for data.
 interface StructuredDocument<E extends Element<E>>
          An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
 interface StructuredTextDocument<T extends TextElement<T>>
          Extends StructuredDocument to provide accessors appropriate for text based documents.
 interface TextDocument
          Extends Document for text documents.
 interface XMLDocument<X extends XMLElement<X>>
          Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
 

Classes in net.jxta.document that implement DocumentStreamIO
 class BinaryDocument
          This class is an implementation of the Document interface.
 class FileDocument
          This class presents a Document interface for a specific file on disk.
 

Uses of DocumentStreamIO in net.jxta.endpoint
 

Subinterfaces of DocumentStreamIO in net.jxta.endpoint
 interface WireFormatMessage
          A wire serialization of an abstract message.
 

Classes in net.jxta.endpoint that implement DocumentStreamIO
 class ByteArrayMessageElement
          A Message Element using byte arrays for the element data.
 class InputStreamMessageElement
          A Message Element using InputStream as the source for the element data.
 class MessageElement
          JXTA Message Elements are used to add data to a JXTA Message.
 class StringMessageElement
          A Message Element using character strings for the element data.
 class TextDocumentMessageElement
          A Message Element using JXTA TextDocument for the element data.
 class TextMessageElement
          An extension of MessageElement for managing elements that are composed of character text.
 


JXSE