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=2.1 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,1ece2318f24b35a7 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/17 Message-ID: <8ngto9$tge$1@nnrp1.deja.com>#1/1 X-Deja-AN: 659346378 References: <3995C90A.E72C055F@acm.org> <3996DCFB.22A75F67@acm.org> <3996D2DE.5E9BB6FE@netwood.net> <3997FF32.D2B43133@acm.org> <8ngpm8$tof$1@melusine.cuivre.fr.eu.org> X-Http-Proxy: 1.0 x67.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Aug 17 14:44:32 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-08-17T00:00:00+00:00 List-Id: In article <8ngpm8$tof$1@melusine.cuivre.fr.eu.org>, thomas@cuivre.fr.eu.org (Thomas Quinot) wrote: > Dans comp.lang.ada, Marin D. Condic �crit : > > >Apparently everyone is reading my requirement to be able to read and > >write compressed files to mean that I want Read/Write access to a > > Skimming through this thread I don't see a mention of zlib. > I think there are good chances that what Marin needs is mostly > an Ada binding to zlib. No. As I mentioned previously, you'll have a tough time finding free solutions to his problem. Zlib can not decompress files compressed with the Unix "compress" command. Zlib is meant to be Free (capital F), and thus does not mess with patented algorithms. It is built around providing support for gzip (.gz) compression. It can also deal with .zip files with a bit of work, I believe. I built a zlib Ada binding once. Unfortunately the work I did on zlib seems to be lost. But I may be getting ready to implement a binding to libbzip2. Would anyone be interested in an OpenSource release of it? -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.