public interface ByteArrayBuffer
void
append(byte[] ba)
append(byte[] ba, int off, int len)
byte[]
getByteArray()
void append(byte[] ba)
ba
void append(byte[] ba, int off, int len)
off
len
byte[] getByteArray()