Interface CompositeByteArrayRelativeWriter.Expander
- All Known Implementing Classes:
CompositeByteArrayRelativeWriter.ChunkedExpander, CompositeByteArrayRelativeWriter.NopExpander
- Enclosing class:
CompositeByteArrayRelativeWriter
public static interface CompositeByteArrayRelativeWriter.Expander
An object that knows how to expand a
CompositeByteArray.-
Method Summary
Modifier and TypeMethodDescriptionvoidexpand(CompositeByteArray cba, int minSize) Expand a ByteBuffer by minSize bytes
-
Method Details
-
expand
Expand a ByteBuffer by minSize bytes- Parameters:
cba- The ByteBuffer to expandminSize- The new added size
-