Uses of Interface
org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener

Packages that use CompositeByteArray.CursorListener
org.apache.mina.util.byteaccess   
 

Uses of CompositeByteArray.CursorListener in org.apache.mina.util.byteaccess
 

Methods in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray.CursorListener
 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.
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.