Uses of Class
com.tangosol.io.AbstractWriteBuffer
Packages that use AbstractWriteBuffer
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
Contains various generic utilities.
- 
Uses of AbstractWriteBuffer in com.tangosol.io
Subclasses of AbstractWriteBuffer in com.tangosol.ioModifier and TypeClassDescriptionclassByteArrayWriteBuffer is an implementation of WriteBuffer on a byte array.final classA DelegatingWriteBuffer is a WriteBuffer that writes through to an underlying (or "containing") WriteBuffer.final classThe MultiBufferWriteBuffer is used to present a single WriteBuffer that collects together a sequence of underlying WriteBuffer objects, and which grows by allocating additional WriteBuffer objects as necessary. - 
Uses of AbstractWriteBuffer in com.tangosol.io.nio
Subclasses of AbstractWriteBuffer in com.tangosol.io.nioModifier and TypeClassDescriptionfinal classA WriteBuffer implementation on top of a Java NIO ByteBuffer. - 
Uses of AbstractWriteBuffer in com.tangosol.util
Subclasses of AbstractWriteBuffer in com.tangosol.utilModifier and TypeClassDescriptionfinal classa WriteBuffer implementation whose primary purpose is to be used to create Binary objects.