Returns the current write index of this buffer.
Replaces 4 bytes at the given index
by the given value
Writes the given Byte
into this buffer.
Writes the bytes stored in the given array
into this buffer.
Writes the given Double
into this buffer.
Writes the given Int
into this buffer.
Writes the given Long
into this buffer.
Writes the bytes stored in the given buffer
into this buffer.
Write a UTF-8 encoded C-Style String.
Write a UTF-8 encoded String.
A writable buffer.
The implementation MUST ensure it stores data in little endian when needed.