mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:09:20 +02:00
+ Fixed wrong tag in ReadString
This commit is contained in:
parent
a9302092ea
commit
107855a4f5
@ -5276,7 +5276,7 @@ i.e. it is not possible to read beyond the end of the datastring.
|
|||||||
<short>Reads a string of length <var>Count</var></short>
|
<short>Reads a string of length <var>Count</var></short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>ReadString<var> reads <var>Count</var> bytes from the stream and
|
<var>ReadString</var> reads <var>Count</var> bytes from the stream and
|
||||||
returns the read bytes as a string. If less than <var>Count</var> bytes
|
returns the read bytes as a string. If less than <var>Count</var> bytes
|
||||||
were available, the string has as many characters as bytes could be read.
|
were available, the string has as many characters as bytes could be read.
|
||||||
</p>
|
</p>
|
||||||
@ -5284,6 +5284,7 @@ were available, the string has as many characters as bytes could be read.
|
|||||||
id="TStringStream.Read">Read</link> method. It does not do the same stringas
|
id="TStringStream.Read">Read</link> method. It does not do the same stringas
|
||||||
the <link id="TStream.ReadAnsiString"/> method, which first reads a length
|
the <link id="TStream.ReadAnsiString"/> method, which first reads a length
|
||||||
integer to determine the length of the string to be read.
|
integer to determine the length of the string to be read.
|
||||||
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TStringStream.Read"/>
|
<link id="TStringStream.Read"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user