Uses of Class
org.apache.mina.util.byteaccess.CompositeByteArray

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

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

Methods in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray
 void CompositeByteArrayRelativeWriter.Expander.expand(CompositeByteArray cba, int minSize)
           
 void CompositeByteArrayRelativeWriter.NopExpander.expand(CompositeByteArray cba, int minSize)
           
 void CompositeByteArrayRelativeWriter.ChunkedExpander.expand(CompositeByteArray cba, int minSize)
           
 

Constructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray
CompositeByteArrayRelativeReader(CompositeByteArray cba, boolean autoFree)
          Creates a new instance of CompositeByteArrayRelativeReader.
CompositeByteArrayRelativeWriter(CompositeByteArray cba, CompositeByteArrayRelativeWriter.Expander expander, CompositeByteArrayRelativeWriter.Flusher flusher, boolean autoFlush)
          Creates a new instance of CompositeByteArrayRelativeWriter.