| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Class and Description |
|---|
| AbstractByteArray
Abstract class that implements
ByteArray. |
| BufferByteArray
A
ByteArray backed by a IoBuffer. |
| ByteArray
Represents a sequence of bytes that can be read or written directly or
through a cursor.
|
| ByteArray.Cursor
Provides relocatable, relative access to the underlying array.
|
| ByteArrayFactory
A factory for
ByteArrays. |
| ByteArrayList
A linked list that stores
ByteArrays and maintains several useful invariants. |
| ByteArrayList.Node
A node within the linked list.
|
| ByteArrayPool.DirectBufferByteArray |
| CompositeByteArray
A ByteArray composed of other ByteArrays.
|
| CompositeByteArray.CursorListener
Allows for efficient detection of component boundaries when using a cursor.
|
| CompositeByteArrayRelativeBase
Provides common functionality between the
CompositeByteArrayRelativeReader and
CompositeByteArrayRelativeWriter. |
| CompositeByteArrayRelativeWriter.Expander
An object that knows how to expand a
CompositeByteArray. |
| CompositeByteArrayRelativeWriter.Flusher
An object that knows how to flush a
ByteArray. |
| IoAbsoluteReader
Provides absolute read access to a sequence of bytes.
|
| IoAbsoluteWriter
Provides absolute write access to a sequence of bytes.
|
| IoRelativeReader
Provides relative read access to a sequence of bytes.
|
| IoRelativeWriter
Provides relative read access to a sequence of bytes.
|