|
77 | 77 | <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.BrotliStream" /> class by using the specified stream and compression level.</summary>
|
78 | 78 | <remarks>To be added.</remarks>
|
79 | 79 | <exception cref="T:System.ArgumentException">.NET 7 and later: <paramref name="compressionLevel" /> is not defined in the <see cref="System.IO.Compression.CompressionLevel" /> enumeration.</exception>
|
| 80 | + <exception cref="T:System.ArgumentNullException"> |
| 81 | + <paramref name="stream" /> is <see langword="null" />.</exception> |
80 | 82 | </Docs>
|
81 | 83 | </Member>
|
82 | 84 | <Member MemberName=".ctor">
|
|
132 | 134 | <Parameter Name="leaveOpen" Type="System.Boolean" Index="2" FrameworkAlternate="net-9.0" />
|
133 | 135 | </Parameters>
|
134 | 136 | <Docs>
|
135 |
| - <param name="stream">To be added.</param> |
136 |
| - <param name="compressionOptions">To be added.</param> |
137 |
| - <param name="leaveOpen">To be added.</param> |
138 |
| - <summary>To be added.</summary> |
| 137 | + <param name="stream">The stream to which compressed data is written.</param> |
| 138 | + <param name="compressionOptions">The Brotli options for fine tuning the compression stream.</param> |
| 139 | + <param name="leaveOpen"> |
| 140 | + <see langword="true" /> to leave the stream open after disposing the <see cref="T:System.IO.Compression.BrotliStream" /> object; otherwise, <see langword="false" />.</param> |
| 141 | + <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.BrotliStream" /> class by using the specified stream and compression options, and optionally leaves the stream open.</summary> |
139 | 142 | <remarks>To be added.</remarks>
|
| 143 | + <exception cref="T:System.ArgumentNullException"> |
| 144 | + <paramref name="stream" /> or <paramref name="compressionOptions" /> is <see langword="null" />.</exception> |
140 | 145 | </Docs>
|
141 | 146 | </Member>
|
142 | 147 | <Member MemberName=".ctor">
|
|
174 | 179 | <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.BrotliStream" /> class by using the specified stream and compression level, and optionally leaves the stream open.</summary>
|
175 | 180 | <remarks>To be added.</remarks>
|
176 | 181 | <exception cref="T:System.ArgumentException">.NET 7 and later: <paramref name="compressionLevel" /> is not defined in the <see cref="System.IO.Compression.CompressionLevel" /> enumeration.</exception>
|
| 182 | + <exception cref="T:System.ArgumentNullException"> |
| 183 | + <paramref name="stream" /> is <see langword="null" />.</exception> |
177 | 184 | </Docs>
|
178 | 185 | </Member>
|
179 | 186 | <Member MemberName=".ctor">
|
|
0 commit comments