Releases: 01alchemist/xdata
Releases · 01alchemist/xdata
v2.1.8
NEW WAVE
WRY WOMBAT
* ECMAScript 6 support added
Gulp file optimized
Published in to bower package manager
NUTTY NUMBAT
New methods
readVariableSizedUnsignedInt
Reads a variable sized unsigned integer (VX -> 16-bit or 32-bit) from the byte stream. A VX is written as a variable length 2- or 4-byte element. If the index value is less than 65,280 (0xFF00), then the index is written as an unsigned two-byte integer. Otherwise the index is written as an unsigned four byte integer with bits 24-31 set. When reading an index, if the first byte encountered is 255 (0xFF), then the four-byte form is being used and the first byte should be discarded or masked out. The returned value is in the range 0 to 65279 or 0 to 2147483647.
@return A VX 16-bit or 32-bit unsigned integer between 0 to 65279 or 0 and 2147483647.
v1.1
v1.0 Ganesha
One stable release.
New methods
- readStringTillNull