Uses of Class
com.tangosol.io.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
Modifier and TypeClassDescriptionclass
ByteArrayWriteBuffer is an implementation of WriteBuffer on a byte array.final class
A DelegatingWriteBuffer is a WriteBuffer that writes through to an underlying (or "containing") WriteBuffer.final class
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
Modifier and TypeClassDescriptionfinal class
A WriteBuffer implementation on top of a Java NIO ByteBuffer. -
Uses of AbstractWriteBuffer in com.tangosol.util
Modifier and TypeClassDescriptionfinal class
a WriteBuffer implementation whose primary purpose is to be used to create Binary objects.