4 references to Inflate
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
304
bytesRead = _inflater.
Inflate
(buffer);
449
bytesRead = _inflater.
Inflate
(buffer.Span);
1037
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));
1073
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));