Uses of Interface
org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Expander
-
Packages that use CompositeByteArrayRelativeWriter.Expander Package Description org.apache.mina.util.byteaccess -
-
Uses of CompositeByteArrayRelativeWriter.Expander in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement CompositeByteArrayRelativeWriter.Expander Modifier and Type Class Description static classCompositeByteArrayRelativeWriter.ChunkedExpanderExpands the suppliedCompositeByteArrayby the number of bytes provided in the constructorstatic classCompositeByteArrayRelativeWriter.NopExpanderNo-op expander.Constructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArrayRelativeWriter.Expander Constructor Description CompositeByteArrayRelativeWriter(CompositeByteArray cba, CompositeByteArrayRelativeWriter.Expander expander, CompositeByteArrayRelativeWriter.Flusher flusher, boolean autoFlush)Creates a new instance of CompositeByteArrayRelativeWriter.
-