Dominik Csapak d84e4073af tools/zip: compress zips with deflate
by using our DeflateEncoder

for this to work, we have to create wrapper reader that generates the crc32
checksum while reading.

also we need to put the target writer in an Option, so that we can take
it out of self and move it into the DeflateEncoder while writing
compressed

we can drop the internal buffer then, since that is managed by the
deflate encoder now

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-04-07 12:34:31 +02:00
..
2021-03-14 19:18:35 +01:00
2021-03-10 16:39:57 +01:00
2021-01-26 09:54:55 +01:00
2021-04-07 12:34:31 +02:00
2021-03-27 15:57:48 +01:00
2020-10-14 11:20:07 +02:00
2021-03-10 16:39:57 +01:00
2021-03-10 16:39:57 +01:00
2020-12-05 10:45:08 +01:00
2020-10-12 14:11:57 +02:00
2021-04-07 12:34:31 +02:00