Pioneer
Loading...
Searching...
No Matches
Classes | Functions
lz4 Namespace Reference

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)
 

Function Documentation

◆ CompressLZ4()

std::string lz4::CompressLZ4 ( const std::string_view  data,
const int  lz4_preset 
)

◆ DecompressLZ4()

std::string lz4::DecompressLZ4 ( const std::string_view  data)

◆ IsLZ4Format()

bool lz4::IsLZ4Format ( const char *  data,
size_t  length 
)