Exemplo n.º 1
0
 public static byte[] Decode(byte[] source, int sourceOffset, int sourceLength, int targetLength) =>
 LZ4Codec.Decode(source, sourceOffset, sourceLength, targetLength);
Exemplo n.º 2
0
 public static byte[] Encode(byte[] source, int sourceOffset, int sourceLength) =>
 LZ4Codec.Encode(source, sourceOffset, sourceLength);