4 references to Inflate
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
310
bytesRead = _inflater.
Inflate
(buffer);
455
bytesRead = _inflater.
Inflate
(buffer.Span);
995
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));
1031
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));