Package | Description |
---|---|
org.apache.mina.util.byteaccess |
Modifier and Type | Method | Description |
---|---|---|
void |
CompositeByteArrayRelativeWriter.ChunkedExpander.expand(CompositeByteArray cba,
int minSize) |
|
void |
CompositeByteArrayRelativeWriter.Expander.expand(CompositeByteArray cba,
int minSize) |
|
void |
CompositeByteArrayRelativeWriter.NopExpander.expand(CompositeByteArray cba,
int minSize) |
Constructor | Description |
---|---|
CompositeByteArrayRelativeReader(CompositeByteArray cba,
boolean autoFree) |
Creates a new instance of CompositeByteArrayRelativeReader.
|
CompositeByteArrayRelativeWriter(CompositeByteArray cba,
CompositeByteArrayRelativeWriter.Expander expander,
CompositeByteArrayRelativeWriter.Flusher flusher,
boolean autoFlush) |
Creates a new instance of CompositeByteArrayRelativeWriter.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.