| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteArrayWriteBuffer.ByteArrayBufferOutput
ByteArrayBufferOutput is an implementation of BufferOutput optimized
 for writing to the buffer's underlying byte array. 
 | 
class  | 
DelegatingWriteBuffer.DelegatingBufferOutput
A BufferOutput implementation that delegates to a BufferOutput
 implementation, except that its offset range is shifted and limited. 
 | 
class  | 
MultiBufferWriteBuffer.MultiBufferOutput
The MultiBufferOutput implementation extends the AbstractBufferOutput
 to provide "pass through" operations to the underlying buffer if the
 operation is guaranteed to fit in the underlying buffer; otherwise,
 it virtualizes the operation onto the MultiBufferWriteBuffer itself so
 that the over-run of one underlying WriteBuffer will end up being
 written to the next underlying WriteBuffer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteBufferWriteBuffer.ByteBufferOutput
This is a simple implementation of the BufferOutput interface on top of
 a ByteBuffer. 
 |