Beispiel #1
0
 private int DecodeBlock(byte *source, int sourceLength, byte *target, int targetLength) =>
 LLxx.LZ4_decompress_safe_continue(_context, source, target, sourceLength, targetLength);