JXTA

net.jxta.document
Interface DocumentByteArrayIO


public interface DocumentByteArrayIO

Provides byte array based interfaces for manipulating Document contents.

See Also:
Document

Method Summary
 byte[] getBytes()
          Returns the Document as a sequence of bytes.
 

Method Detail

getBytes

byte[] getBytes()
Returns the Document as a sequence of bytes.


JXSE