#include <gzip_compression.hpp>
◆ GzipCompressor() [1/3]
osmium::io::GzipCompressor::GzipCompressor |
( |
const int |
fd, |
|
|
const fsync |
sync |
|
) |
| |
|
inlineexplicit |
◆ GzipCompressor() [2/3]
◆ GzipCompressor() [3/3]
◆ ~GzipCompressor()
osmium::io::GzipCompressor::~GzipCompressor |
( |
| ) |
|
|
inlineoverridenoexcept |
◆ close()
void osmium::io::GzipCompressor::close |
( |
| ) |
|
|
inlineoverridevirtual |
◆ file_size()
std::size_t osmium::io::GzipCompressor::file_size |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ write()
void osmium::io::GzipCompressor::write |
( |
const std::string & |
data | ) |
|
|
inlineoverridevirtual |
◆ m_fd
int osmium::io::GzipCompressor::m_fd |
|
private |
◆ m_file_size
std::size_t osmium::io::GzipCompressor::m_file_size = 0 |
|
private |
◆ m_gzfile
gzFile osmium::io::GzipCompressor::m_gzfile |
|
private |
The documentation for this class was generated from the following file: