compression module
Core framework Console Desktop
The compression module allows for use and modification of ZIP and GZIP files
| Functions | Description | Return value |
|---|---|---|
| compression.deflate() | Compress data using the DEFLATE algorithm | |
| compression.gunzip() | Decompress file using GZIP file format specification | |
| compression.gzip() | Compress file using GZIP file format specification | |
| compression.inflate() | Decompress data using INFLATE algorithm | |
| compression.isZip() | Check Zip archive validity | boolean |
| Object | Description |
|---|---|
| Zip | Object representation of a ZIP archive file |