![]() |
Pioneer
|
#include <memory>#include <stdexcept>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | lz4::DecompressionFailedException |
| struct | lz4::CompressionFailedException |
Namespaces | |
| namespace | lz4 |
Functions | |
| bool | lz4::IsLZ4Format (const char *data, size_t length) |
| std::string | lz4::DecompressLZ4 (const std::string_view data) |
| std::string | lz4::CompressLZ4 (const std::string_view data, const int lz4_preset) |