| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Modifier and Type | Field and Description |
|---|---|
private CompositeByteArrayRelativeWriter.Flusher |
CompositeByteArrayRelativeWriter.flusher
The flusher to use when flushing component
ByteArrays. |
| Constructor and Description |
|---|
CompositeByteArrayRelativeWriter(CompositeByteArray cba,
CompositeByteArrayRelativeWriter.Expander expander,
CompositeByteArrayRelativeWriter.Flusher flusher,
boolean autoFlush)
Creates a new instance of CompositeByteArrayRelativeWriter.
|