Skip to content

marklife


marklife / core/src / lzoCompress

Function: lzoCompress()

lzoCompress(input): Uint8Array

LZO1X-1 compress — emits input as a single literal run plus the standard 3-byte end-of-stream marker.

Parameters

input

Uint8Array

Returns

Uint8Array