#930 closed Feature Requests (fixed)
iostream and zlib
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Component: | iostreams | |
Version: | None | Severity: | Optimization |
Keywords: | Cc: | technews@… |
Description (last modified by )
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)
comment:2 by , 21 years ago
Logged In: YES user_id=53943 I believe a facility like this is useful. Please join the boost mailing list, hosted on www.yahoogroups.com, and post your suggestion there. Jens Maurer
comment:3 by , 15 years ago
Cc: | added |
---|---|
Description: | modified (diff) |
Reporter: | changed from | to
Severity: | → Showstopper |
This is probably outdated; if Jonathan Turkanis doesn't address this ticket soon it should probably be closed.
comment:4 by , 15 years ago
Severity: | Showstopper → Optimization |
---|
comment:5 by , 15 years ago
Component: | None → iostreams |
---|
comment:6 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:7 by , 15 years ago
the iostreams library currently supports gzip, bzip2 and zlib compression via filters which can applied to the streams.
I am not sure what this (6 year old) case is requesting which might be any different than is what exists today in 1.34.x
comment:8 by , 15 years ago
Resolution: | None → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.