JXTA

net.jxta.document
Interface TextDocumentCharArrayIO


public interface TextDocumentCharArrayIO

Provides char array based interfaces for manipulating TextDocuments.


Method Summary
 char[] getChars()
          Returns the sequence of characters which represents the content of the TextDocument.
 

Method Detail

getChars

char[] getChars()
Returns the sequence of characters which represents the content of the TextDocument.

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

JXSE