Package org.apache.mina.util.byteaccess
Interface CompositeByteArrayRelativeWriter.Flusher
-
- Enclosing class:
- CompositeByteArrayRelativeWriter
public static interface CompositeByteArrayRelativeWriter.Flusher
An object that knows how to flush aByteArray
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush(ByteArray ba)
Flush a byte array
-
-
-
Method Detail
-
flush
void flush(ByteArray ba)
Flush a byte array- Parameters:
ba
- The byte array to flush
-
-