- Auto length for float32/float64 array
- Changed
order
parameter toendianess
inByteSet
- Changed
order
type fromstring
toEndianness
- Added
ByteArray
class. Is the same asByteSet
but has dynamic size. It's good for write-only operations. - Added both BE and LE endianess for read and write in
ByteSet
- Move
LengthType
&NumberType
enums fromByteSet.ts
tomod.ts
- Added
print
function that logs into console byteset and show current location - Added
isEnd
property toByteSet
- Added more Big Endian in functions
- Added
uint24
write and read for colors - Added
each
function to go throuch each buffer element. You can set number type for exampleuint8
for each byte oruint16
for each short. By deafult it goes until position is reach end of the buffer. - Added
limit
parameter toeach
function - Added read
int32Array
anduint32Array
- Added
slice
forByteSet
- Added
forEach
forByteSet