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