JXTA

net.jxta.document
Interface TextDocumentCharSequenceIO


public interface TextDocumentCharSequenceIO

Provides Reader/Writer based interfaces for manipulating TextDocuments.


Method Summary
 CharBuffer getCharBuffers()
          Returns the sequence of characters which represents the content of the TextDocument.
 

Method Detail

getCharBuffers

CharBuffer getCharBuffers()
Returns the sequence of characters which represents the content of the TextDocument.

Returns:
A sequence of CharBuffers containing the characters of the TextDocument.

JXSE