Uses of Class
com.tangosol.io.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
Modifier and TypeClassDescriptionclass
The 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 NIOclass
A ReadBuffer on top of a byte array.class
The 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
Modifier and TypeClassDescriptionclass
A ReadBuffer implementation on top of a Java NIO ByteBuffer. -
Uses of AbstractReadBuffer in com.tangosol.util
Modifier and TypeClassDescriptionfinal class
A thread-safe immutable binary object.static class
DecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimizedExternalizableHelper.getUndecorated(ReadBuffer)
operation.