14 using std::runtime_error::runtime_error;
17 using std::runtime_error::runtime_error;
31 std::string
CompressLZ4(
const std::string_view data,
const int lz4_preset);
Definition LZ4Format.h:11
std::string CompressLZ4(const std::string_view data, const int lz4_preset)
Definition LZ4Format.cpp:71
bool IsLZ4Format(const char *data, size_t length)
Definition LZ4Format.cpp:11
std::string DecompressLZ4(const std::string_view data)
Definition LZ4Format.cpp:26
Definition LZ4Format.h:16
Definition LZ4Format.h:13