OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
liblzma-dev
/
examples
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/31/2023 12:38:19 PM
rwxr-xr-x
📄
00_README.txt
1.01 KB
09/29/2015 10:57:36 AM
rw-r--r--
📄
01_compress_easy.c.gz
3.45 KB
09/29/2015 10:57:36 AM
rw-r--r--
📄
02_decompress.c.gz
3.2 KB
09/29/2015 10:57:36 AM
rw-r--r--
📄
03_compress_custom.c.gz
1.92 KB
09/29/2015 10:57:36 AM
rw-r--r--
📄
04_compress_easy_mt.c.gz
2 KB
09/29/2015 10:57:36 AM
rw-r--r--
📄
Makefile
337 bytes
09/29/2015 10:57:36 AM
rw-r--r--
Editing: 00_README.txt
Close
liblzma example programs ======================== Introduction The examples are written so that the same comments aren't repeated (much) in later files. On POSIX systems, the examples should build by just typing "make". The examples that use stdin or stdout don't set stdin and stdout to binary mode. On systems where it matters (e.g. Windows) it is possible that the examples won't work without modification. List of examples 01_compress_easy.c Multi-call compression using a compression preset 02_decompress.c Multi-call decompression 03_compress_custom.c Like 01_compress_easy.c but using a custom filter chain (x86 BCJ + LZMA2) 04_compress_easy_mt.c Multi-threaded multi-call compression using a compression preset