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