deimos.lz4.lz4hc

Undocumented in source.

Members

Functions

LZ4_compressHC
int LZ4_compressHC(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_compressHC_continue
int LZ4_compressHC_continue(void* LZ4HC_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_compressHC_limitedOutput
int LZ4_compressHC_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_compressHC_limitedOutput_continue
int LZ4_compressHC_limitedOutput_continue(void* LZ4HC_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_createHC
void* LZ4_createHC(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_freeHC
int LZ4_freeHC(void* LZ4HC_Data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LZ4_slideInputBufferHC
char* LZ4_slideInputBufferHC(void* LZ4HC_Data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta