public static class CompositeByteArrayRelativeWriter.NopExpander extends Object implements CompositeByteArrayRelativeWriter.Expander
| Constructor and Description |
|---|
NopExpander() |
| Modifier and Type | Method and Description |
|---|---|
void |
expand(CompositeByteArray cba,
int minSize)
Expand a ByteBuffer by minSize bytes
|
public void expand(CompositeByteArray cba, int minSize)
expand in interface CompositeByteArrayRelativeWriter.Expandercba - The ByteBuffer to expandminSize - The new added sizeCopyright © 2004–2024 Apache MINA Project. All rights reserved.