diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqdatastream.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdatastream.html')
-rw-r--r-- | doc/html/ntqdatastream.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqdatastream.html b/doc/html/ntqdatastream.html index 5808241b5..a5d439f3d 100644 --- a/doc/html/ntqdatastream.html +++ b/doc/html/ntqdatastream.html @@ -99,7 +99,7 @@ byte order. For example, a data stream that is written by a PC under Windows can be read by a Sun SPARC running Solaris. <p> You can also use a data stream to read/write <a href="#raw">raw unencoded binary data</a>. If you want a "parsing" input -stream, see <a href="ntqtextstream.html">TQTextStream</a>. +stream, see <a href="tqtextstream.html">TQTextStream</a>. <p> The TQDataStream class implements the serialization of C++'s basic data types, like <tt>char</tt>, <tt>short</tt>, <tt>int</tt>, <tt>char*</tt>, etc. Serialization of more complex data is accomplished by breaking up @@ -217,7 +217,7 @@ read, then that number of bytes is read into the preallocated char*; writeBytes() writes a TQ_UINT32 containing the length of the data, followed by the data. Notice that any encoding/decoding of the data (apart from the length TQ_UINT32) must be done by you. -<p> <p>See also <a href="ntqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. +<p> <p>See also <a href="tqtextstream.html">TQTextStream</a>, <a href="ntqvariant.html">TQVariant</a>, and <a href="io.html">Input/Output and Networking</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ByteOrder-enum"></a>TQDataStream::ByteOrder</h3> |