public class AutoExpandingBuffer
extends java.lang.Object
| Constructor and Description |
|---|
AutoExpandingBuffer(int initialCapacity,
double growthCoefficient) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array() |
void |
resizeIfNecessary(int size) |