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: "E. Robert Tisdale" Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/13 Message-ID: <3996D2DE.5E9BB6FE@netwood.net>#1/1 X-Deja-AN: 657840245 Content-Transfer-Encoding: 7bit References: <3995C90A.E72C055F@acm.org> <3996B1FC.A5892C21@acm.org> <3996A9CD.A9EF115@netwood.net> <3996BB8D.1CD77C10@acm.org> <3996C305.338F5769@netwood.net> <3996DCFB.22A75F67@acm.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-08-13T00:00:00+00:00 List-Id: "Marin D. Condic" wrote: > > > I really have to do Open/Read/Write/Seek/Close - > ^^^^^^ > |||||| And I'm NOT kidding! I don't think you can do this because, well, compressed files are compressed. Generally, you can't simply modify the compressed file. You must uncompress it, make the modification, then recompress it. You can get an entirely different bit pattern in your compressed file even if you are making very small changes.