Skip to content

Commit cd51d88

Browse files
commit suggeestion
Co-authored-by: Genevieve Warren <[email protected]>
1 parent a7af2a6 commit cd51d88

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
@@ -64,7 +64,7 @@ The <xref:System.IO.Compression.DeflateStream> class uses the same compression a
6464
6565
The compression functionality in <xref:System.IO.Compression.DeflateStream> and <xref:System.IO.Compression.GZipStream> is exposed as a stream. Data is read on a byte-by-byte basis, so it is not possible to perform multiple passes to determine the best method for compressing entire files or large blocks of data. The <xref:System.IO.Compression.DeflateStream> and <xref:System.IO.Compression.GZipStream> classes are best used on uncompressed sources of data. If the source data is already compressed, using these classes may actually increase the size of the stream.
6666
67-
The exact compressed byte sequence returned by <xref:System.IO.Compression.DeflateStream> can vary between .NET releases, platforms, or underlying compression engines, as changes in zlib versions, algorithm tweaks, or performance optimizations may produce different outputs for the same input data, but any data compressed by DeflateStream can always be decompressed to its original form without loss.
67+
The exact compressed byte sequence returned by <xref:System.IO.Compression.DeflateStream> can vary between .NET releases, platforms, and underlying compression engines. Changes in zlib versions, algorithm tweaks, and performance optimizations might produce different outputs for the same input data. But any data compressed by `DeflateStream` can always be decompressed to its original form without loss.
6868
6969
## Examples
7070

0 commit comments

Comments
 (0)