nlzss library

Constants

maxRepeatSize → const int
The maximum repeat size allowed for the LZ11 algorithm.

Functions

compress(Uint8List data, Algorithm algorithm) List<int>
Compresses arbitrary data.
decompress(ByteData data) Uint8List
Decompresses LZ10/LZ11 compressed data.