3 references to StreamError
System.IO.Compression (3)
src\runtime\src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (1)
283
ErrorCode.
StreamError
=> SR.ZLibErrorIncorrectInitParameters,
System\IO\Compression\DeflateZLib\Deflater.cs (1)
217
case ZErrorCode.
StreamError
:
System\IO\Compression\DeflateZLib\Inflater.cs (1)
323
case ZLibNative.ErrorCode.
StreamError
: //the stream structure was inconsistent (for example if next_in or next_out was NULL),