Uses of Interface
org.apache.mina.util.byteaccess.IoAbsoluteWriter

Packages that use IoAbsoluteWriter
org.apache.mina.util.byteaccess   
 

Uses of IoAbsoluteWriter in org.apache.mina.util.byteaccess
 

Subinterfaces of IoAbsoluteWriter in org.apache.mina.util.byteaccess
 interface ByteArray
          Represents a sequence of bytes that can be read or written directly or through a cursor.
 

Classes in org.apache.mina.util.byteaccess that implement IoAbsoluteWriter
 class BufferByteArray
          A ByteArray backed by a IoBuffer.
 class CompositeByteArray
          A ByteArray composed of other ByteArrays.
 



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