JXTA

net.jxta.document
Interface DocumentByteBufferIO

All Known Subinterfaces:
WireFormatMessage

public interface DocumentByteBufferIO

Provides ByteBuffer based interfaces for manipulating Document contents.

See Also:
ByteBuffer, Document

Method Summary
 ByteBuffer[] getByteBuffers()
          Returns the Document as a sequence of ByteBuffers
 

Method Detail

getByteBuffers

ByteBuffer[] getByteBuffers()
Returns the Document as a sequence of ByteBuffers


JXSE