MIRA
|
Use igzstream and ogzstream analogously to ifstream and ofstream respectively. More...
#include <stream/GzStream.h>
Public Member Functions | |
ogzstream () | |
ogzstream (const char *name, int mode=std::ios::out) | |
gzstreambuf * | rdbuf () |
void | open (const char *name, int open_mode=std::ios::out) |
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 |