Up

lzmaEncode

Encode a read-file reference in LZMA algorithm to a new file. LZMA provides a high compression ratio and very fast decompression (compression without loss)

Prototype :

fun [P W] I

Return : I 0 if success.

See also

Example :

_fooId lzmaEncode _checkpack "examples/test.pkg" _getmodifypack "examples/test.pkg.lz";
// 0