Пример #1
0
 public static byte[] Decode(byte[] source, int sourceOffset, int sourceLength, int targetLength) =>
 LZ4Codec.Decode(source, sourceOffset, sourceLength, targetLength);