org.apache.mina.util.byteaccess
Class CompositeByteArrayRelativeWriter.ChunkedExpander
java.lang.Object
org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.ChunkedExpander
- All Implemented Interfaces:
- CompositeByteArrayRelativeWriter.Expander
- Enclosing class:
- CompositeByteArrayRelativeWriter
public static class CompositeByteArrayRelativeWriter.ChunkedExpander
- extends Object
- implements CompositeByteArrayRelativeWriter.Expander
Expands the supplied CompositeByteArray
by the number of
bytes provided in the constructor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeByteArrayRelativeWriter.ChunkedExpander
public CompositeByteArrayRelativeWriter.ChunkedExpander(ByteArrayFactory baf,
int newComponentSize)
expand
public void expand(CompositeByteArray cba,
int minSize)
- Specified by:
expand
in interface CompositeByteArrayRelativeWriter.Expander
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.