http://i2p-javadocs.i2p/net/i2p/router/crypto/ratchet/GrowingArrayUtils.html
Method Summary All Methods Static Methods Concrete Methods Modifier and Type Method Description static char[] append (char[] array,
int currentSize,
char element) Primitive char version of append(Object[], int, Object) . static <T> T[] append (T[] array,
int currentSize,
T element) Appends an element to the end of the array, growing the array if there is no more room. static int growSize (int currentSize) Given the current size of an array, returns an ideal size to which the array...