| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Modifier and Type | Field and Description |
|---|---|
private CompositeByteArray.CursorListener |
CompositeByteArray.CursorImpl.listener |
| Modifier and Type | Method and Description |
|---|---|
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 |
CompositeByteArray.cursor(int index,
CompositeByteArray.CursorListener listener)
Get a cursor starting at the given index and with the given listener.
|
| Constructor and Description |
|---|
CursorImpl(CompositeByteArray.CursorListener listener) |
CursorImpl(int index,
CompositeByteArray.CursorListener listener) |