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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, 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: thomas@cuivre.fr.eu.org (Thomas Quinot) Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/17 Message-ID: <8ngpm8$tof$1@melusine.cuivre.fr.eu.org>#1/1 X-Deja-AN: 659329032 References: <3995C90A.E72C055F@acm.org> <3996DCFB.22A75F67@acm.org> <3996D2DE.5E9BB6FE@netwood.net> <3997FF32.D2B43133@acm.org> X-Trace: melusine.cuivre.fr.eu.org 966519304 30485 127.0.0.1 (17 Aug 2000 13:35:04 GMT) Organization: Cuivre, Argent, Or : un Alliage M�tallique Indestructible Newsgroups: comp.lang.ada Date: 2000-08-17T00:00:00+00:00 List-Id: 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 >compressed file. I don't. I want to be able to open a sequential, >compressed file for read access and read the bytes getting them >decompressed from the read routine. I want to open a sequential, >compressed file for write access and write bytes to it, getting them >compressed by the write routine. I also want to be able to seek to a >specific byte position within a read-access file. (Yes, I know that 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. See http://www.info-zip.org/pub/infozip/zlib/. Hope this helps, Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG