comp.lang.ada
 help / color / mirror / Atom feed
From: "Marin D. Condic" <mcondic-nospam@acm.org>
Subject: Re: UNIX Compressed Files From A PC
Date: 2000/08/14
Date: 2000-08-14T14:17:00+00:00	[thread overview]
Message-ID: <3997FF32.D2B43133@acm.org> (raw)
In-Reply-To: 3996D2DE.5E9BB6FE@netwood.net

E. Robert Tisdale wrote:
> 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.

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
doing a seek backwards will be painfully slow, but I mostly need to seek
forward.) That's it. No more. This will be good enough. Thank you. And
that's all I need - and this paddle game! :-) (Look at Win32.LZExpand if
you want to see exactly what I need.)

I do not want read/write access to a sequential file. Most programming
languages and operating systems that I know of don't generally allow
this because it would be painful to do in a general way. I clearly
understand that attempting read/write access to a *compressed*
sequential file would be even worse.

I hope this clarifies.

MDC
-- 
======================================================================
Marin David Condic - Quadrus Corporation - http://www.quadruscorp.com/
Send Replies To: m c o n d i c @ q u a d r u s c o r p . c o m
Visit my web site at:  http://www.mcondic.com/

    "Take away the punchbowl just when the party gets going" 

        --  William McChesney Martin, Former Fed chairman, explaining 
            what a sound central bank must always do. 
======================================================================




  reply	other threads:[~2000-08-14  0:00 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-12  0:00 UNIX Compressed Files From A PC Marin D. Condic
2000-08-13  0:00 ` James Moe
2000-08-13  0:00   ` Marin D. Condic
2000-08-14  0:00     ` Tarjei T. Jensen
2000-08-14  0:00       ` Marin D. Condic
2000-08-14  0:00         ` Gautier
2000-08-13  0:00 ` Don Yuniskis
2000-08-13  0:00   ` Marin D. Condic
2000-08-13  0:00     ` E. Robert Tisdale
2000-08-13  0:00       ` Marin D. Condic
2000-08-13  0:00         ` E. Robert Tisdale
2000-08-13  0:00           ` Marin D. Condic
2000-08-13  0:00             ` E. Robert Tisdale
2000-08-14  0:00               ` Marin D. Condic [this message]
2000-08-17  0:00                 ` Thomas Quinot
2000-08-17  0:00                   ` Ted Dennison
2000-08-17  0:00                     ` Jean-Pierre Rosen
2000-08-17  0:00                       ` Ted Dennison
2000-08-18  0:00                     ` Tarjei T. Jensen
2000-08-18  0:00                       ` Tucker Taft
2000-08-13  0:00     ` Don Yuniskis
2000-08-13  0:00       ` Marin D. Condic
2000-08-13  0:00         ` E. Robert Tisdale
2000-08-14  0:00           ` Marin D. Condic
2000-08-13  0:00         ` Don Yuniskis
2000-08-14  0:00 ` Ted Dennison
2000-08-14  0:00   ` Marin D. Condic
2000-08-14  0:00     ` Ted Dennison
2000-08-14  0:00       ` Marin D. Condic
2000-08-14  0:00         ` E. Robert Tisdale
2000-08-14  0:00           ` Ted Dennison
2000-08-14  0:00             ` Keith Thompson
2000-08-15  0:00               ` Ted Dennison
2000-08-15  0:00           ` Marin D. Condic
2000-08-15  0:00             ` Don Yuniskis
2000-08-15  0:00               ` E. Robert Tisdale
2000-08-15  0:00             ` Bill Dale
2000-08-15  0:00               ` Larry Kilgallen
2000-08-16  0:00                 ` Marin D. Condic
2000-08-15  0:00             ` E. Robert Tisdale
2000-08-18  0:00     ` Stefan Skoglund
2000-08-14  0:00 ` Gautier
2000-08-18  0:00 ` Stefan Skoglund
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox