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 ByteArray s.
|
CompositeByteArray |
A ByteArray composed of other ByteArrays.
|
CompositeByteArray.CursorListener |
Allows for efficient detection of component boundaries when using a cursor.
|
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.
|