创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -14980,22 +14980,14 @@
</member>
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.SkipWhitespaceAndComments(SixLabors.ImageSharp.IO.BufferedReadStream)">
<summary>
Skip over any whitespace or any comments and signal if EOF has been reached.
Skip over any whitespace or any comments.
</summary>
<param name="stream">The buffered read stream.</param>
<returns><see langword="false"/> if EOF has been reached while reading the stream; see langword="true"/> otherwise.</returns>
</member>
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.ReadDecimal(SixLabors.ImageSharp.IO.BufferedReadStream,System.Int32@)">
<member name="M:SixLabors.ImageSharp.Formats.Pbm.BufferedReadStreamExtensions.ReadDecimal(SixLabors.ImageSharp.IO.BufferedReadStream)">
<summary>
Read a decimal text value and signal if EOF has been reached.
Read a decimal text value.
</summary>
<param name="stream">The buffered read stream.</param>
<param name="value">The read value.</param>
<returns><see langword="false"/> if EOF has been reached while reading the stream; <see langword="true"/> otherwise.</returns>
<remarks>
A 'false' return value doesn't mean that the parsing has been failed, since it's possible to reach EOF while reading the last decimal in the file.
It's up to the call site to handle such a situation.
</remarks>
<returns>The integer value of the decimal.</returns>
</member>
<member name="T:SixLabors.ImageSharp.Formats.Pbm.IPbmEncoderOptions">
<summary>
@@ -15168,7 +15160,6 @@
Processes the ppm header.
</summary>
<param name="stream">The input stream.</param>
<exception cref="T:SixLabors.ImageSharp.InvalidImageContentException">An EOF marker has been read before the image has been decoded.</exception>
</member>
<member name="T:SixLabors.ImageSharp.Formats.Pbm.PbmEncoder">
<summary>
@@ -29535,11 +29526,6 @@
<param name="configuration">The configuration which allows altering default behaviour or extending the library.</param>
<param name="stream">The input stream.</param>
</member>
<member name="P:SixLabors.ImageSharp.IO.BufferedReadStream.EofHitCount">
<summary>
Gets the number indicating the EOF hits occured while reading from this instance.
</summary>
</member>
<member name="P:SixLabors.ImageSharp.IO.BufferedReadStream.BufferSize">
<summary>
Gets the size, in bytes, of the underlying buffer.