Pioneer
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
LZ4Format.h File Reference
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>
Include dependency graph for LZ4Format.h:
This graph shows which files directly or indirectly include this file:

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)