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