- LZ4_compress
int LZ4_compress(char* source, char* dest, int inputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_compress_continue
int LZ4_compress_continue(void* LZ4_Data, char* source, char* dest, int inputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_compress_limitedOutput
int LZ4_compress_limitedOutput(char* source, char* dest, int inputSize, int maxOutputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_compress_limitedOutput_continue
int LZ4_compress_limitedOutput_continue(void* LZ4_Data, char* source, char* dest, int inputSize, int maxOutputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_create
void* LZ4_create(char* inputBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_decompress_fast
int LZ4_decompress_fast(char* source, char* dest, int outputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_decompress_fast_withPrefix64k
int LZ4_decompress_fast_withPrefix64k(char* source, char* dest, int outputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_decompress_safe
int LZ4_decompress_safe(char* source, char* dest, int inputSize, int maxOutputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_decompress_safe_partial
int LZ4_decompress_safe_partial(char* source, char* dest, int inputSize, int targetOutputSize, int maxOutputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_decompress_safe_withPrefix64k
int LZ4_decompress_safe_withPrefix64k(char* source, char* dest, int inputSize, int maxOutputSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_free
int LZ4_free(void* LZ4_Data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LZ4_slideInputBuffer
char* LZ4_slideInputBuffer(void* LZ4_Data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.