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