mirror of
https://github.com/codedread/bitjs
synced 2025-10-04 10:09:16 +02:00
Some minor API updates.
This commit is contained in:
parent
24b1603968
commit
cc59935e72
7 changed files with 139 additions and 10 deletions
|
@ -493,7 +493,7 @@ function inflate(compressedData, numDecompressedBytes) {
|
|||
// Bit stream representing the compressed data.
|
||||
/** @type {bitjs.io.BitStream} */
|
||||
const bstream = new bitjs.io.BitStream(compressedData.buffer,
|
||||
false /* rtl */,
|
||||
false /* mtl */,
|
||||
compressedData.byteOffset,
|
||||
compressedData.byteLength);
|
||||
/** @type {bitjs.io.ByteBuffer} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue