Uses of Interface
org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
Packages that use CompositeByteArray.CursorListener
-
Uses of CompositeByteArray.CursorListener in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as CompositeByteArray.CursorListenerModifier and TypeFieldDescriptionprivate final CompositeByteArray.CursorListenerCompositeByteArray.CursorImpl.listenerMethods in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray.CursorListenerModifier and TypeMethodDescriptionCompositeByteArray.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.Constructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray.CursorListenerModifierConstructorDescriptionCursorImpl(int index, CompositeByteArray.CursorListener listener) CursorImpl(CompositeByteArray.CursorListener listener)