| 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. 
 | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteBufferWriteBuffer
A WriteBuffer implementation on top of a Java NIO ByteBuffer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryWriteBuffer
a WriteBuffer implementation whose primary purpose is to be used to create
 Binary objects. 
 |