public static class CompositeByteArrayRelativeWriter.ChunkedExpander extends java.lang.Object implements CompositeByteArrayRelativeWriter.Expander
CompositeByteArray by the number of
bytes provided in the constructor| Modifier and Type | Field and Description |
|---|---|
private ByteArrayFactory |
baf |
private int |
newComponentSize |
| Constructor and Description |
|---|
ChunkedExpander(ByteArrayFactory baf,
int newComponentSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
expand(CompositeByteArray cba,
int minSize) |
private final ByteArrayFactory baf
private final int newComponentSize
public ChunkedExpander(ByteArrayFactory baf, int newComponentSize)
public void expand(CompositeByteArray cba, int minSize)
expand in interface CompositeByteArrayRelativeWriter.Expander