Uses of Interface
org.apache.mina.util.byteaccess.ByteArray.Cursor
Packages that use ByteArray.Cursor
-
Uses of ByteArray.Cursor in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement ByteArray.CursorModifier and TypeClassDescriptionprivate classprivate classFields in org.apache.mina.util.byteaccess declared as ByteArray.CursorModifier and TypeFieldDescriptionprivate ByteArray.CursorCompositeByteArray.CursorImpl.componentCursorprotected final ByteArray.CursorCompositeByteArrayRelativeBase.cursorA cursor of the underlyingCompositeByteArray.Methods in org.apache.mina.util.byteaccess that return ByteArray.CursorModifier and TypeMethodDescriptionBufferByteArray.cursor()BufferByteArray.cursor(int index) ByteArray.cursor()ByteArray.cursor(int index) CompositeByteArray.cursor()CompositeByteArray.cursor(int index) CompositeByteArray.cursor(int index, CompositeByteArray.CursorListener listener) Get a cursor starting at the given index and with the given listener.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.