Uses of Class
com.tangosol.io.AbstractReadBuffer.AbstractBufferInput
Packages that use 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
Subclasses of AbstractReadBuffer.AbstractBufferInput in com.tangosol.ioModifier and TypeClassDescriptionfinal classThis is a simple implementation of the BufferInput interface on top of a byte array.final classAn 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
Subclasses of AbstractReadBuffer.AbstractBufferInput in com.tangosol.io.nioModifier and TypeClassDescriptionfinal classThis is a simple implementation of the BufferInput interface on top of a ByteBuffer.