Methods
Inherited Variables
Endianness (word byte order) used when writing numbers.
If true
, big-endian is used, otherwise little-endian
is used.
Inherited Methods
Write all bytes stored in s
.
Write len
bytes from s
starting by position specified by pos
.
Unlike writeBytes
, this method tries to write the exact len
amount of bytes.
Write x
as 32-bit signed integer.
Endianness is specified by the bigEndian
property.
Write x
as 16-bit unsigned integer.
Endianness is specified by the bigEndian
property.
Write x
as 24-bit unsigned integer.
Endianness is specified by the bigEndian
property.