|
MeteoIODoc 20260726.8efb7964
Environmental timeseries pre-processing
|
A class that provides gzipped input stream functionality using zlib.
#include <GZstream.h>
Public Member Functions | |
| IGZstream () | |
| ~IGZstream () override | |
| IGZstream (const std::string &filename) | |
| Constructor that opens a gzipped file for reading. | |
| void | open (const std::string &filename) |
| Open a gzipped file for reading. | |
| void | close () |
| bool | is_open () const |
| Check if the stream is open. | |
| mio::IGZstream::IGZstream | ( | ) |
|
override |
|
explicit |
Constructor that opens a gzipped file for reading.
| filename | The file to open |
| void mio::IGZstream::close | ( | ) |
|
inline |
Check if the stream is open.
| void mio::IGZstream::open | ( | const std::string & | filename | ) |
Open a gzipped file for reading.
| filename | The file to open |