diff options
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> |