Internal
Represents an ArrayBuffer reader.
ArrayBuffer
Readonly
Buffer that is being read.
Next byte to read.
Protected
Data view for the buffer.
Read the next byte.
Read the next integer.
Read the next short.
Read the next string.
Read the next 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
Create a buffer wrapper.
An existing array buffer to manipulate
Represents an
ArrayBuffer
reader.