deimos.lz4.lz4

Undocumented in source.

Members

Functions

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.

Static functions

LZ4_compressBound
int LZ4_compressBound(int isize)
Undocumented in source. Be warned that the author may not have intended to support it.
LZ4_uncompress
int LZ4_uncompress(char* source, char* dest, int outputSize)
Undocumented in source. Be warned that the author may not have intended to support it.
LZ4_uncompress_unknownOutputSize
int LZ4_uncompress_unknownOutputSize(char* source, char* dest, int isize, int maxOutputSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

LZ4_COMPRESSBOUND
template LZ4_COMPRESSBOUND(isize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta