Uses of Class
org.apache.mina.util.byteaccess.CompositeByteArray
Packages that use CompositeByteArray
-
Uses of CompositeByteArray in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as CompositeByteArrayModifier and TypeFieldDescriptionprotected final CompositeByteArrayCompositeByteArrayRelativeBase.cbaThe underlyingCompositeByteArray.Methods in org.apache.mina.util.byteaccess with parameters of type CompositeByteArrayModifier and TypeMethodDescriptionvoidCompositeByteArrayRelativeWriter.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 CompositeByteArrayModifierConstructorDescriptionCreates 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.