![]() |
Pioneer
|
Classes | |
| struct | CompressionFailedException |
| struct | DecompressionFailedException |
Functions | |
| bool | IsLZ4Format (const char *data, size_t length) |
| std::string | DecompressLZ4 (const std::string_view data) |
| std::string | CompressLZ4 (const std::string_view data, const int lz4_preset) |
| std::string lz4::CompressLZ4 | ( | const std::string_view | data, |
| const int | lz4_preset | ||
| ) |
| std::string lz4::DecompressLZ4 | ( | const std::string_view | data | ) |
| bool lz4::IsLZ4Format | ( | const char * | data, |
| size_t | length | ||
| ) |