openMSX
Namespaces | Functions
lz4.hh File Reference
#include <cstdint>
Include dependency graph for lz4.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LZ4
 

Functions

int LZ4::compressBound (int iSize)
 
int LZ4::compress (const uint8_t *src, uint8_t *dst, int srcSize)
 
int LZ4::decompress (const uint8_t *src, uint8_t *dst, int compressedSize, int dstCapacity)