Closed GoogleCodeExporter closed 8 years ago
Hi
Regarding point 1 :
Yes, indeed. The function you are looking for is an archiver. It's a pretty big
piece of work by itself. LZ4 is the compression function, like zlib. It can be
used by an archiver program, such as
[http://encode.ru/threads/43-FreeArc?p=30169&viewfull=1#post30169 FreeArc] for
example.
lz4c is meant to be used the same way as gzip for instance. If you want several
files together into the same archive, you can use tar, and pipe the resulting
stream into lz4c. It's really the same reasoning as .tar.gz.
Regarding point 2 :
Yes, that's a possible improvement to lz4c.
Let's say that, if the input file is filename.lz4, lz4c could automatically
output the result as "filename" if not output name is provided.
Original comment by yann.col...@gmail.com
on 7 May 2013 at 6:25
Enhancement request.
Original comment by yann.col...@gmail.com
on 7 May 2013 at 6:25
Point 2 will be integrated into next release.
Original comment by yann.col...@gmail.com
on 9 May 2013 at 6:23
Please find in attached file
a release candidate for LZ4
which integrates point 2 mentioned in this thread
(no longer requires output name for decoding files names *.lz4)
Original comment by yann.col...@gmail.com
on 10 May 2013 at 12:38
Attachments:
Point 2 added into r95
Original comment by yann.col...@gmail.com
on 17 May 2013 at 6:46
Original issue reported on code.google.com by
mightymo...@gmail.com
on 7 May 2013 at 3:02