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