#include <gzip_compression.hpp>
◆ GzipCompressor()
osmium::io::GzipCompressor::GzipCompressor |
( |
int |
fd, |
|
|
fsync |
sync |
|
) |
| |
|
inlineexplicit |
◆ ~GzipCompressor()
osmium::io::GzipCompressor::~GzipCompressor |
( |
| ) |
|
|
inlinefinalnoexcept |
◆ close()
void osmium::io::GzipCompressor::close |
( |
| ) |
|
|
inlinefinalvirtual |
◆ write()
void osmium::io::GzipCompressor::write |
( |
const std::string & |
data | ) |
|
|
inlinefinalvirtual |
◆ m_fd
int osmium::io::GzipCompressor::m_fd |
|
private |
◆ m_gzfile
gzFile osmium::io::GzipCompressor::m_gzfile |
|
private |
The documentation for this class was generated from the following file: