Up |
lzmaDecode
Decode a read-file reference from LZMA algorithm to a new file. LZMA provides a high compression ratio and very fast decompression (compression without loss)
Prototype :
fun [P W] I
- P : a source read-file reference
- W : a destination write-file reference
Return : I 0 if success.
See also
Example :
_fooId lzmaDecode _checkpack "examples/test.pkg.lz" _getmodifypack "examples/test.pkg"; // 0