Class to implement a gzip'd input stream. More...
#include <gzstream.h>
Public Member Functions | |
Construction / destruction | |
| igzstream () | |
| default constructor More... | |
| igzstream (const char *_name, int _open_mode=std::ios::in) | |
| full constructor More... | |
Interface | |
| gzstreambuf * | rdbuf () |
| void | open (const char *_name, int _open_mode=std::ios::in) |
Public Member Functions inherited from gzstreambase | |
| gzstreambase () | |
| default constructor More... | |
| gzstreambase (const char *_name, int _open_mode) | |
| full constructor More... | |
| ~gzstreambase () | |
| destructor More... | |
| void | open (const char *_name, int _open_mode) |
| void | close () |
| gzstreambuf * | rdbuf () |
Additional Inherited Members | |
Protected Attributes inherited from gzstreambase | |
| gzstreambuf | buf |
Class to implement a gzip'd input stream.
Definition at line 194 of file gzstream.h.
| igzstream | ( | ) |
default constructor
Definition at line 204 of file gzstream.h.
| igzstream | ( | const char * | _name, |
| int | _open_mode = std::ios::in |
||
| ) |
full constructor
Definition at line 208 of file gzstream.h.
| void open | ( | const char * | _name, |
| int | _open_mode = std::ios::in |
||
| ) |
Definition at line 224 of file gzstream.h.
References gzstreambase::open().
| gzstreambuf * rdbuf | ( | ) |
Definition at line 219 of file gzstream.h.
References gzstreambase::rdbuf().