JXTA

net.jxta.document
Interface TextDocumentCharBufferIO


public interface TextDocumentCharBufferIO

Provides Reader/Writer based interfaces for manipulating TextDocuments.


Method Summary
 CharSequence getCharSequence()
          Returns the sequence of characters which represents the content of the TextDocument.
 

Method Detail

getCharSequence

CharSequence getCharSequence()
Returns the sequence of characters which represents the content of the TextDocument.

Returns:
A character array containing the characters of the TextDocument.

JXSE