Libosmium
2.11.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <gzip_compression.hpp>
Public Member Functions | |
GzipCompressor (int fd, fsync sync) | |
~GzipCompressor () noexceptfinal | |
void | write (const std::string &data) final |
void | close () final |
![]() | |
Compressor (fsync sync) | |
virtual | ~Compressor () noexcept |
Private Attributes | |
int | m_fd |
gzFile | m_gzfile |
Additional Inherited Members | |
![]() | |
bool | do_fsync () const |
|
inlineexplicit |
|
inlinefinalnoexcept |
|
inlinefinalvirtual |
Implements osmium::io::Compressor.
|
inlinefinalvirtual |
Implements osmium::io::Compressor.
|
private |
|
private |