pLZ4 version 1.2 is created by Razor12911
Usage:
plz4 [command] [options] inputfile -o outputfile
inputfile/outputfile can be specified as "-" for stdin/stdout
Commands:
d: restores lz4 blocks
Standard options:
-m#: detection method
1, detects lz4 blocks
2, detects lz4 blocks from FB3 Games
-l#: lz4 compression (default 0)
-n#: block size (default 64k)
-o: specifies i/o, [input] -o [output]
-c#: chunk size (default 64m)
-b#: buffer size (default 256k)
Examples:
plz4 e -m2 -l0 myfile.ext -o myfile.pz
plz4 e -m1 -l9 -n32k myfile.ext -o -
plz4 d myfile.ext -o myfile.pz
plz4 d - -o -
WAIT!