Package | Description |
---|---|
net.sf.kdgcommons.util |
Everything that didn't fit someplace better.
|
Modifier and Type | Method and Description |
---|---|
void |
ByteArray.add(ByteArray src)
Adds another
ByteArray to the end of this array. |
void |
ByteArray.insert(int off,
ByteArray src)
Inserts the passed array at an arbitrary point in this array.
|
void |
ByteArray.insert(int off,
ByteArray src,
int srcOff,
int srcLen)
Inserts a portion of the passed array at an arbitrary point in this
array.
|