Additional helper data structures.
-
Appends a byte to the end of this buffer.
Appends a series of bytes to the end of this buffer.
DataList.append(byte[] b,
int offset,
int length)
Appends a series of bytes to the end of this buffer.
Deletes all bytes from this buffer.
DataList.delete(int startIndex,
int length)
Deletes a series of bytes from this buffer.
DataList.insertAt(byte[] b,
int startIndex)
Inserts a series of bytes into this buffer at a specific index.