|
MIRA
|
Use igzstream and ogzstream analogously to ifstream and ofstream respectively. More...
#include <stream/GzStream.h>

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) |
| void | close () |
Protected Attributes | |
| gzstreambuf | buf |
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inherited |
|
protectedinherited |
1.8.14