4 references to Inflate
System.IO.Compression (4)
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
311
bytesRead = _inflater.
Inflate
(buffer);
456
bytesRead = _inflater.
Inflate
(buffer.Span);
1044
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));
1080
int bytesRead = _deflateStream._inflater.
Inflate
(new Span<byte>(_arrayPoolBuffer));