Uses of Class
com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
-
Packages that use AbstractWriteBuffer.AbstractBufferOutput 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. -
-
Uses of AbstractWriteBuffer.AbstractBufferOutput in com.tangosol.io
Subclasses of AbstractWriteBuffer.AbstractBufferOutput in com.tangosol.io Modifier and Type Class 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. -
Uses of AbstractWriteBuffer.AbstractBufferOutput in com.tangosol.io.nio
Subclasses of AbstractWriteBuffer.AbstractBufferOutput in com.tangosol.io.nio Modifier and Type Class Description class
ByteBufferWriteBuffer.ByteBufferOutput
This is a simple implementation of the BufferOutput interface on top of a ByteBuffer.
-