Uses of Class
com.tangosol.io.AbstractWriteBuffer.AbstractBufferOutput
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
-
Uses of AbstractWriteBuffer.AbstractBufferOutput in com.tangosol.io
Modifier and TypeClassDescriptionfinal class
ByteArrayBufferOutput is an implementation of BufferOutput optimized for writing to the buffer's underlying byte array.final class
A BufferOutput implementation that delegates to a BufferOutput implementation, except that its offset range is shifted and limited.final class
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
Modifier and TypeClassDescriptionfinal class
This is a simple implementation of the BufferOutput interface on top of a ByteBuffer.