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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ece2318f24b35a7 X-Google-Attributes: gid103376,public From: Stefan Skoglund Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/18 Message-ID: <399D9DC0.6D40926E@ebox.tninet.se>#1/1 X-Deja-AN: 660410070 Content-Transfer-Encoding: 7bit References: <3995C90A.E72C055F@acm.org> X-Accept-Language: sv,en,en-US Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@algo.net X-Trace: cubacola.tninet.se 966787686 11068 195.100.241.176 (20 Aug 2000 16:08:06 GMT) Organization: Telenordia Mime-Version: 1.0 NNTP-Posting-Date: 20 Aug 2000 16:08:06 GMT Newsgroups: comp.lang.ada Date: 2000-08-20T16:08:06+00:00 List-Id: "Marin D. Condic" wrote: > > I'm looking for a package that can access UNIX compressed files and > unpack them for me. I'm in a situation where I've got to read these > files from a WinNT PC and the files will be resident either on the PC or > across the net on a Sun platform. I want to access them as any other > byte stream file - Open/Read/Write/Seek/Close operations are what I Look for zlib (ftp.gtk.org/pub/gimp/libs/zlib-1.1.2.tar.gz) zlib implements the gzip algorithm in a library.