C++ stream class (input) to decompress using zlib/gzip. User classes. Use igzstream and ogzstream analogously to ifstream and ofstream respectively. They read and write files based on the gz* function interface of the zlib. Files are compatible with gzip compression. http://www.cs.unc.edu/Research/compgeom/gzstream/. More...
#include <_src_base_stream_zlib.hh>
Public Member Functions | |
| igzstream () | |
| igzstream (const char *name, int open_mode=std::ios::in) | |
| gzstreambuf * | rdbuf () |
| void | open (const char *name, int open_mode=std::ios::in) |
C++ stream class (input) to decompress using zlib/gzip. User classes. Use igzstream and ogzstream analogously to ifstream and ofstream respectively. They read and write files based on the gz* function interface of the zlib. Files are compatible with gzip compression. http://www.cs.unc.edu/Research/compgeom/gzstream/.
| base::igzstream::igzstream | ( | ) | [inline] |
| base::igzstream::igzstream | ( | const char * | name, | |
| int | open_mode = std::ios::in | |||
| ) | [inline] |
| void base::igzstream::open | ( | const char * | name, | |
| int | open_mode = std::ios::in | |||
| ) | [inline] |
Reimplemented from base::gzstreambase.
| gzstreambuf* base::igzstream::rdbuf | ( | ) | [inline] |
Reimplemented from base::gzstreambase.
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:11