Uses of Interface
org.apache.mina.util.byteaccess.ByteArray.Cursor
-
Packages that use ByteArray.Cursor Package Description org.apache.mina.util.byteaccess -
-
Uses of ByteArray.Cursor in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as ByteArray.Cursor Modifier and Type Field Description protected ByteArray.CursorCompositeByteArrayRelativeBase. cursorA cursor of the underlyingCompositeByteArray.Methods in org.apache.mina.util.byteaccess that return ByteArray.Cursor Modifier and Type Method Description ByteArray.CursorBufferByteArray. cursor()ByteArray.CursorBufferByteArray. cursor(int index)ByteArray.CursorByteArray. cursor()ByteArray.CursorByteArray. cursor(int index)ByteArray.CursorCompositeByteArray. cursor()ByteArray.CursorCompositeByteArray. cursor(int index)ByteArray.CursorCompositeByteArray. cursor(int index, CompositeByteArray.CursorListener listener)Get a cursor starting at the given index and with the given listener.ByteArray.CursorCompositeByteArray. 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.
-