Reads from the current position into a sliced array buffer of the given size.
Reads the next Float32 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Float64 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Int16 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Int32 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Int64 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Int8 value.
Reads the given number of characters into a byte string.
Reads the next Uint16 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Uint32 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Uint64 value.
OptionallittleEndian: booleanIf false or undefined, a big-endian value should be read.
Reads the next Uint8 value.
Reads the given number of characters into a UTF-16 string.
Asserts that at least
sizebytes are remaining.