Uses of Class
org.apache.mina.util.byteaccess.CompositeByteArray
-
Packages that use CompositeByteArray Package Description org.apache.mina.util.byteaccess -
-
Uses of CompositeByteArray in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as CompositeByteArray Modifier and Type Field Description protected CompositeByteArrayCompositeByteArrayRelativeBase. cbaThe underlyingCompositeByteArray.Methods in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray Modifier and Type Method Description voidCompositeByteArrayRelativeWriter.ChunkedExpander. expand(CompositeByteArray cba, int minSize)Expand a ByteBuffer by minSize bytesvoidCompositeByteArrayRelativeWriter.Expander. expand(CompositeByteArray cba, int minSize)Expand a ByteBuffer by minSize bytesvoidCompositeByteArrayRelativeWriter.NopExpander. expand(CompositeByteArray cba, int minSize)Expand a ByteBuffer by minSize bytesConstructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArray Constructor Description CompositeByteArrayRelativeBase(CompositeByteArray cba)Creates a new instance of CompositeByteArrayRelativeBase.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.
-