Uses of Interface
org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Flusher
Packages that use CompositeByteArrayRelativeWriter.Flusher
-
Uses of CompositeByteArrayRelativeWriter.Flusher in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as CompositeByteArrayRelativeWriter.FlusherModifier and TypeFieldDescriptionprivate final CompositeByteArrayRelativeWriter.FlusherCompositeByteArrayRelativeWriter.flusherThe flusher to use when flushing componentByteArrays.Constructors in org.apache.mina.util.byteaccess with parameters of type CompositeByteArrayRelativeWriter.FlusherModifierConstructorDescriptionCompositeByteArrayRelativeWriter(CompositeByteArray cba, CompositeByteArrayRelativeWriter.Expander expander, CompositeByteArrayRelativeWriter.Flusher flusher, boolean autoFlush) Creates a new instance of CompositeByteArrayRelativeWriter.