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