Uses of Class
com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
-
Uses of AbstractReadBuffer.AbstractBufferInput in com.tangosol.io
Modifier and TypeClassDescriptionfinal class
This is a simple implementation of the BufferInput interface on top of a byte array.final class
An implementation of the BufferInput interface that is backed by a series of the underlying ReadBuffer BufferInput objects. -
Uses of AbstractReadBuffer.AbstractBufferInput in com.tangosol.io.nio
Modifier and TypeClassDescriptionfinal class
This is a simple implementation of the BufferInput interface on top of a ByteBuffer.