Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ By default, <xref:System.IO.Compression.DeflateStream> owns the underlying strea

If an instance of the <xref:System.IO.Compression.DeflateStream> class is created with the `mode` parameter equal to `Compress`, header information is inserted immediately. If no further action occurs, the stream appears as a valid, empty, compressed file.

Using the <xref:System.IO.Compression.DeflateStream> class to compress a file larger than 4 GB raises an exception.

By default, the compression level is set to <xref:System.IO.Compression.CompressionLevel.Optimal> when the compression mode is <xref:System.IO.Compression.CompressionMode.Compress>.

## Examples
Expand Down
2 changes: 0 additions & 2 deletions xml/System.IO.Compression/DeflateStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ The following example shows how to use the <xref:System.IO.Compression.DeflateSt
<remarks>
<format type="text/markdown"><![CDATA[

Using the <xref:System.IO.Compression.DeflateStream> class to compress a file larger than 4 GB will cause an exception.

]]></format>
</remarks>
</Docs>
Expand Down