Uses of Package
org.apache.mina.util.byteaccess

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

Classes in org.apache.mina.util.byteaccess used by org.apache.mina.util.byteaccess
ByteArray
          Represents a sequence of bytes that can be read or written directly or through a cursor.
ByteArray.Cursor
          Provides relocatable, relative access to the underlying array.
ByteArrayFactory
          A factory for ByteArrays.
CompositeByteArray
          A ByteArray composed of other ByteArrays.
CompositeByteArray.CursorListener
          Allows for efficient detection of component boundaries when using a cursor.
CompositeByteArrayRelativeWriter.Expander
          An object that knows how to expand a CompositeByteArray.
CompositeByteArrayRelativeWriter.Flusher
          An object that knows how to flush a ByteArray.
IoAbsoluteReader
          Provides absolute read access to a sequence of bytes.
IoAbsoluteWriter
          Provides absolute write access to a sequence of bytes.
IoRelativeReader
          Provides relative read access to a sequence of bytes.
IoRelativeWriter
          Provides relative read access to a sequence of bytes.