24 Jul
2002
24 Jul
'02
3:47 p.m.
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 http://groups.yahoo.com/group/boost/files/2001/
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 through 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 the C zlib library to implement compressing stream classes ifzstream and ofzstream. http://groups.yahoo.com/group/boost/files/compressed_streams/ Jeff