summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdatastream.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqdatastream.html
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-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.html4
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>