From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.98.205.131 with SMTP id o125mr13152474pfg.12.1473634493129; Sun, 11 Sep 2016 15:54:53 -0700 (PDT) X-Received: by 10.157.6.44 with SMTP id 41mr864970otn.10.1473634493089; Sun, 11 Sep 2016 15:54:53 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!x192no502304itb.0!news-out.google.com!w143ni1124itb.0!nntp.google.com!x192no502297itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 11 Sep 2016 15:54:52 -0700 (PDT) In-Reply-To: <58cfcd8d-663e-4347-9b47-69397b244c7a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:2c4c:6700:f99e:18a3:6d21:f239; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:120b:2c4c:6700:f99e:18a3:6d21:f239 References: <58cfcd8d-663e-4347-9b47-69397b244c7a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0d4a53c6-7202-4db7-a5b6-7afe6981e57b@googlegroups.com> Subject: Re: GZIP with Zip-Ada From: gautier_niouzes@hotmail.com Injection-Date: Sun, 11 Sep 2016 22:54:53 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31752 Date: 2016-09-11T15:54:52-07:00 List-Id: > Or does .zip and .gz use different types of deflate? They use the same Deflate (that is, the raw stream compression) but what is around is different (the archive file format with entry names, sizes, control numbers, ...). For .gz you'll be perhaps luckier with the ZLib-Ada project https://sourceforge.net/projects/zlib-ada/ HTH _________________________ Gautier's Ada programming http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address