Skip to content

Commit d01ba11

Browse files
authored
Update DeflateStream.xml (#3891)
The current implementation of `Flush` **does** flush the internal buffer.
1 parent 9a9a22f commit d01ba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO.Compression/DeflateStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ The end write call is invalid.</exception>
10351035
<format type="text/markdown"><![CDATA[
10361036
10371037
## Remarks
1038-
The current implementation of this method does not flush the internal buffer. The internal buffer is flushed when the object is disposed.
1038+
Flushes the internal buffer if the compression mode is set to <xref:System.IO.Compression.CompressionMode.Compress>.
10391039
10401040
]]></format>
10411041
</remarks>

0 commit comments

Comments
 (0)