iostream and zlib
I've successfully used (only slightly modified) classes
gzifstream and
gzofstream in SGI IRIX and GNU Linux environments. The
code was
obtained from directory zlib-1.1.3/contrib/iostream of
http://www.info-zip.org/pub/infozip/zlib/zlib.tar.gz .
Now it seems to me that the code won't compile with
standard iostream classes. Has anyone made the
necessary changes to compile it ? Or, does someone know
that it won't be possible to make it work again ? Or,
is there a better solution for that need, ie. to have a
pair of classes derived from istream and ostream that
allow compression and uncompression on the fly ?
Yours,
Jorma Laaksonen
Change History
(8)
| Cc: |
technews@… added
|
| Description: |
modified (diff)
|
| Reporter: |
changed from jorma9 to jorma9@…
|
| Severity: |
→ Showstopper
|
| Severity: |
Showstopper → Optimization
|
| Component: |
None → iostreams
|
| Owner: |
changed from nobody to Douglas Gregor
|
| Status: |
assigned → new
|
| Resolution: |
None → fixed
|
| Status: |
new → closed
|