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