Note
This page has been updated for jDataView 3
jDataVIew introduces an extra littleEndian
argument to the constructor, which is used as the default mode of all the I/O operations if their littleEndian
value is not passed explicitly.
There's also the jDataView.from(...data)
static method, if your data is little endian.
type Bufferish = string | number | ArrayBuffer | ArrayLike<number>; new jDataView( buffer: Bufferish, offset?: number, length?: number, littleEndian = false ) jDataView.from(...data: Bufferish[]): jDataView;
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4