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

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

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

Classes in org.apache.mina.util.byteaccess that implement ByteArrayFactory
 class ByteArrayPool
          Creates ByteArrays, using a pool to reduce allocation where possible.
 class SimpleByteArrayFactory
          Creates ByteArray backed by a heap-allocated IoBuffer.
 

Constructors in org.apache.mina.util.byteaccess with parameters of type ByteArrayFactory
CompositeByteArray(ByteArrayFactory byteArrayFactory)
          Creates a new instance of CompositeByteArray.
CompositeByteArrayRelativeWriter.ChunkedExpander(ByteArrayFactory baf, int newComponentSize)
           
 



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