| Changed Methods |
ByteVector putByte(int)
|
Documentation changed from old to new. |
Puts a byte into this byte vector. |
ByteVector putByteArray(byte[], int, int)
|
Documentation changed from old to new. |
Puts an array of bytes into this byte vector. |
ByteVector putInt(int)
|
Documentation changed from old to new. |
Puts an int into this byte vector. |
ByteVector putLong(long)
|
Documentation changed from old to new. |
Puts a long into this byte vector. |
ByteVector putShort(int)
|
Documentation changed from old to new. |
Puts a short into this byte vector. |
ByteVector putUTF8(String)
|
Documentation changed from old to new. |
Puts an UTF8 string into this byte vector. |