Uses of Class
com.tangosol.io.AbstractReadBuffer
-
Packages that use AbstractReadBuffer Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of AbstractReadBuffer in com.tangosol.io
Subclasses of AbstractReadBuffer in com.tangosol.io Modifier and Type Class Description class
AbstractByteArrayReadBuffer
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
ByteArrayReadBuffer
A ReadBuffer on top of a byte array.class
MultiBufferReadBuffer
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
Subclasses of AbstractReadBuffer in com.tangosol.io.nio Modifier and Type Class Description class
ByteBufferReadBuffer
A ReadBuffer implementation on top of a Java NIO ByteBuffer. -
Uses of AbstractReadBuffer in com.tangosol.util
Subclasses of AbstractReadBuffer in com.tangosol.util Modifier and Type Class Description class
Binary
A thread-safe immutable binary object.static class
ExternalizableHelper.DecoratedMultiBufferReadBuffer
DecoratedMultiBufferReadBuffer is a MultiBufferWriteBuffer that represents a binary "decorated" value, and allows a more optimizedExternalizableHelper.getUndecorated(ReadBuffer)
operation.
-