Package com.tangosol.io.nio
package com.tangosol.io.nio
Contains classes related to J2SE 1.4 NIO functionality.
-
ClassDescriptionProvides a basic implementation of ByteBufferManager.A base implementation of BinaryStoreManager interface that uses
BinaryMap
objects built on aByteBufferManager
to provideBinaryStore
objects.Implements the Map interface to store Binary objects using Java's NIO buffers.A map entry (key-value pair).An implementation of BinaryStore backed by a BinaryMap.An InputStream implementation on top of a Java NIO ByteBuffer.An interface for managing a ByteBuffer.An OutputStream implementation on top of a Java NIO ByteBuffer.A ReadBuffer implementation on top of a Java NIO ByteBuffer.A WriteBuffer implementation on top of a Java NIO ByteBuffer.Manages a ByteBuffer on a file.An implementation of BinaryStoreManager interface that usesBinaryMap
objects built on theMappedBufferManager
to provideBinaryStore
objects.