9 references to StreamEnd
System.IO.Compression (9)
System\IO\Compression\DeflateDecoder.cs (2)
97ZLibNative.ErrorCode.StreamEnd => OperationStatus.Done, 102if (errorCode == ZLibNative.ErrorCode.StreamEnd)
System\IO\Compression\DeflateEncoder.cs (3)
221ZLibNative.ErrorCode.StreamEnd => OperationStatus.Done, 229if (isFinalBlock && errorCode == ZLibNative.ErrorCode.StreamEnd) 275ZLibNative.ErrorCode.StreamEnd => OperationStatus.Done,
System\IO\Compression\DeflateZLib\Deflater.cs (2)
136return errC == ZErrorCode.StreamEnd; 211case ZErrorCode.StreamEnd:
System\IO\Compression\DeflateZLib\Inflater.cs (2)
129if (ReadInflateOutput(bufPtr, length, ZLibNative.FlushCode.NoFlush, out bytesRead) == ZLibNative.ErrorCode.StreamEnd) 311case ZLibNative.ErrorCode.StreamEnd: // The end of the input stream has been reached