diff options
Diffstat (limited to 'doc/html/tqdatastream.html')
| -rw-r--r-- | doc/html/tqdatastream.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdatastream.html b/doc/html/tqdatastream.html index e70b9afc3..34d9d3443 100644 --- a/doc/html/tqdatastream.html +++ b/doc/html/tqdatastream.html @@ -129,7 +129,7 @@ data to. The <a href="tqfile.html">TQFile</a> class is an example of an IO devic <p> Each item written to the stream is written in a predefined binary format that varies depending on the item's type. Supported TQt types include <a href="tqbrush.html">TQBrush</a>, <a href="tqcolor.html">TQColor</a>, <a href="tqdatetime.html">TQDateTime</a>, <a href="tqfont.html">TQFont</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqstring.html">TQString</a>, -<a href="ntqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types +<a href="tqvariant.html">TQVariant</a> and many others. For the complete list of all TQt types supporting data streaming see the <a href="datastreamformat.html">Format of the TQDataStream operators</a>. <p> For integers it is best to always cast to a TQt integer type for writing, and to read back into the same TQt integer type. This @@ -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="tqtextstream.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="tqvariant.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> |
