| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Modifier and Type | Class and Description |
|---|---|
private class |
BufferByteArray.CursorImpl |
private class |
CompositeByteArray.CursorImpl |
| Modifier and Type | Field and Description |
|---|---|
private ByteArray.Cursor |
CompositeByteArray.CursorImpl.componentCursor |
protected ByteArray.Cursor |
CompositeByteArrayRelativeBase.cursor
A cursor of the underlying
CompositeByteArray. |
| Modifier and Type | Method and Description |
|---|---|
ByteArray.Cursor |
BufferByteArray.cursor() |
ByteArray.Cursor |
ByteArray.cursor()
Get a cursor starting at index 0 (which may not be the start of the array).
|
ByteArray.Cursor |
CompositeByteArray.cursor() |
ByteArray.Cursor |
CompositeByteArray.cursor(CompositeByteArray.CursorListener listener)
Get a cursor starting at index 0 (which may not be the start of the
array) and with the given listener.
|
ByteArray.Cursor |
BufferByteArray.cursor(int index) |
ByteArray.Cursor |
ByteArray.cursor(int index)
Get a cursor starting at the given index.
|
ByteArray.Cursor |
CompositeByteArray.cursor(int index) |
ByteArray.Cursor |
CompositeByteArray.cursor(int index,
CompositeByteArray.CursorListener listener)
Get a cursor starting at the given index and with the given listener.
|