Uses of Class
com.tangosol.io.AbstractWriteBuffer
-
Packages that use AbstractWriteBuffer Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of AbstractWriteBuffer in com.tangosol.io
Subclasses of AbstractWriteBuffer in com.tangosol.io Modifier and Type Class Description class
ByteArrayWriteBuffer
ByteArrayWriteBuffer is an implementation of WriteBuffer on a byte array.class
DelegatingWriteBuffer
A DelegatingWriteBuffer is a WriteBuffer that writes through to an underlying (or "containing") WriteBuffer.class
MultiBufferWriteBuffer
The 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.nio Modifier and Type Class Description class
ByteBufferWriteBuffer
A WriteBuffer implementation on top of a Java NIO ByteBuffer. -
Uses of AbstractWriteBuffer in com.tangosol.util
Subclasses of AbstractWriteBuffer in com.tangosol.util Modifier and Type Class Description class
BinaryWriteBuffer
a WriteBuffer implementation whose primary purpose is to be used to create Binary objects.
-