| Package | Description |
|---|---|
| org.apache.mina.util.byteaccess |
| Modifier and Type | Field and Description |
|---|---|
protected CompositeByteArray |
CompositeByteArrayRelativeBase.cba
The underlying
CompositeByteArray. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeByteArrayRelativeWriter.Expander.expand(CompositeByteArray cba,
int minSize) |
void |
CompositeByteArrayRelativeWriter.NopExpander.expand(CompositeByteArray cba,
int minSize) |
void |
CompositeByteArrayRelativeWriter.ChunkedExpander.expand(CompositeByteArray cba,
int minSize) |
| Constructor and Description |
|---|
CompositeByteArrayRelativeBase(CompositeByteArray cba)
Creates a new instance of CompositeByteArrayRelativeBase.
|
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.
|