Internal
Represents an ArrayBuffer writer.
ArrayBuffer
Readonly
Buffer that is being read.
Next byte to read.
Protected
Data view for the buffer.
Write a byte.
Write an integer.
Write a short.
Write a string.
Write an unsigned byte.
Resize the ArrayBuffer and increment the next byte.
The amount of bytes to increment by
The byte that now has by bytes to write to.
by
Represents an
ArrayBuffer
writer.