--- In Boost-Users@y..., "Jeff Garland"
I found some old emails about a pass through stream buffer, but I can't find it in the boost library. Am I going blind?
No. It is in the more_io.zip file in
Basically I'm in the middle of writing a gzstream class that compresses and decompresses data to and from a iostream and I thought this pass
buffer would be exactly what I need. Anyone know where it is or have any other pointers for me?
Have a look at my zstream library in the files section. It uses
Thanks, I'll check it out. through the C zlib library to implement compressing stream classes
ifzstream and ofzstream.
http://groups.yahoo.com/group/boost/files/compressed_streams/
I've already got something similar (gzfstream), but now I'm writing a gzstream for a customer socket stream I've written. I'll look at it anyway. Thanks heaps. Cheers, Tom