Skip to content

Commit b70cf81

Browse files
authored
Introduce the units measure for the size of the entry in the zip archive (dotnet#9936)
1 parent c7aafe9 commit b70cf81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO.Compression/ZipArchiveEntry.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ If the comment byte length is larger than <xref:System.UInt16.MaxValue>, it will
157157
<ReturnType>System.Int64</ReturnType>
158158
</ReturnValue>
159159
<Docs>
160-
<summary>Gets the compressed size of the entry in the zip archive.</summary>
160+
<summary>Gets the compressed size, expressed in bytes, of the entry in the zip archive.</summary>
161161
<value>The compressed size of the entry in the zip archive.</value>
162162
<remarks>
163163
<format type="text/markdown"><![CDATA[
@@ -435,7 +435,7 @@ If the comment byte length is larger than <xref:System.UInt16.MaxValue>, it will
435435
<ReturnType>System.Int64</ReturnType>
436436
</ReturnValue>
437437
<Docs>
438-
<summary>Gets the uncompressed size of the entry in the zip archive.</summary>
438+
<summary>Gets the uncompressed size, expressed in bytes, of the entry in the zip archive.</summary>
439439
<value>The uncompressed size of the entry in the zip archive.</value>
440440
<remarks>
441441
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)