コード例 #1
0
 /// <inheritdoc />
 public IMemoryOwner <byte> Compress(ReadOnlyMemory <byte> input) => Snappy.CompressToMemory(input.Span);