Uses of Interface
org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Expander
Packages that use CompositeByteArrayRelativeWriter.Expander
-
Uses of CompositeByteArrayRelativeWriter.Expander in org.apache.mina.util.byteaccess
Classes in org.apache.mina.util.byteaccess that implement CompositeByteArrayRelativeWriter.ExpanderModifier and TypeClassDescriptionstatic classExpands the suppliedCompositeByteArrayby the number of bytes provided in the constructorstatic classNo-op expander.Fields in org.apache.mina.util.byteaccess declared as CompositeByteArrayRelativeWriter.ExpanderModifier and TypeFieldDescriptionprivate final CompositeByteArrayRelativeWriter.ExpanderCompositeByteArrayRelativeWriter.expanderThe expander to use when the array underflows.Constructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArrayRelativeWriter.ExpanderModifierConstructorDescriptionCompositeByteArrayRelativeWriter(CompositeByteArray cba, CompositeByteArrayRelativeWriter.Expander expander, CompositeByteArrayRelativeWriter.Flusher flusher, boolean autoFlush) Creates a new instance of CompositeByteArrayRelativeWriter.