MIRA
Public Member Functions | Protected Attributes | List of all members
igzstream Class Reference

Use igzstream and ogzstream analogously to ifstream and ofstream respectively. More...

#include <stream/GzStream.h>

Inheritance diagram for igzstream:
Inheritance graph
[legend]

Public Member Functions

 igzstream ()
 
 igzstream (const char *name, int open_mode=std::ios::in)
 
gzstreambufrdbuf ()
 
void open (const char *name, int open_mode=std::ios::in)
 
void close ()
 

Protected Attributes

gzstreambuf buf
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ igzstream() [1/2]

igzstream ( )
inline

◆ igzstream() [2/2]

igzstream ( const char *  name,
int  open_mode = std::ios::in 
)
inline

Member Function Documentation

◆ rdbuf()

gzstreambuf* rdbuf ( )
inline

◆ open()

void open ( const char *  name,
int  open_mode = std::ios::in 
)
inline

◆ close()

void close ( )
inherited

Member Data Documentation

◆ buf

gzstreambuf buf
protectedinherited

The documentation for this class was generated from the following file: