Skip to content

cupertino-files / decodeLzfseStream

Function: decodeLzfseStream()

decodeLzfseStream(data): Uint8Array

Defined in: src/base/lzfse.ts:228

Decode an LZFSE stream: walk blocks to bvx$ and concatenate their decoded bytes. Refuses FSE-coded blocks (bvx1/bvx2) and unknown magics loudly rather than guessing.

Parameters

data

Uint8Array

Returns

Uint8Array

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.