- LZ4_compress_default
int LZ4_compress_default(ubyte* source, ubyte* dest, int sourceSize, int maxDestSize)
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(ubyte* source, ubyte* dest, int compressedSize, int maxDecompressedSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- compress
ubyte[] compress(ubyte[] data, ubyte[] outBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- decompress
ubyte[] decompress(ubyte[] data, ubyte[] outBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.