Uses of Class
com.tangosol.io.AbstractReadBuffer
Packages that use AbstractReadBuffer
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
Contains various generic utilities.
- 
Uses of AbstractReadBuffer in com.tangosol.io
Subclasses of AbstractReadBuffer in com.tangosol.ioModifier and TypeClassDescriptionclassThe AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: the pre-existing Binary class a new byte[] based class that does not attempt to add the immutability aspect provided by the Binary class a new ByteBuffer based class that will work with Java NIOclassA ReadBuffer on top of a byte array.classThe MultiBufferReadBuffer is a ReadBuffer implementation that presents a view across any number of underlying ReadBuffer objects, as if they were appended end-to-end into a single ReadBuffer. - 
Uses of AbstractReadBuffer in com.tangosol.io.nio
Subclasses of AbstractReadBuffer in com.tangosol.io.nioModifier and TypeClassDescriptionclassA ReadBuffer implementation on top of a Java NIO ByteBuffer. - 
Uses of AbstractReadBuffer in com.tangosol.util
Subclasses of AbstractReadBuffer in com.tangosol.utilModifier and TypeClassDescriptionfinal classA thread-safe immutable binary object.static classDecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimizedExternalizableHelper.getUndecorated(ReadBuffer)operation.