1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta name="robots" content="noindex"><title>Qt Toolkit - group index</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 15%; text-indent: -15%; }
a:link { text-decoration: none; }
--></style>
</head><body bgcolor="#ffffff">
<p>
<a href=index.html><img width=122 height=65 src=qtlogo.jpg alt="Qt logo" align=left border=0></a>
<center><img src=dochead.gif width=472 height=27></center>
<br clear=all>
<p>
<h1 align="center">I/O Classes</h1><br clear="all">
<p>
These classes are used to handle input and output to and from external
devices, files etc., as well as manipulating files and directories.
<p>Classes:<ul plain>
<li><a href="qbuffer.html">QBuffer</a>
(I/O device that operates on a <a href="qbytearray.html">QByteArray</a>)
<li><a href="qdatastream.html">QDataStream</a>
(Basic functions for serialization of binary data to a <a href="qiodevice.html">QIODevice</a>)
<li><a href="qdir.html">QDir</a>
(Traverses directory structures and contents in a platform-independent way)
<li><a href="qfile.html">QFile</a>
(I/O device that operates on files)
<li><a href="qfileinfo.html">QFileInfo</a>
(System-independent file information)
<li><a href="qiodevice.html">QIODevice</a>
(The base class of I/O devices)
<li><a href="qimageio.html">QImageIO</a>
(Parameters for loading and saving images)
<li><a href="qsocketnotifier.html">QSocketNotifier</a>
(Support for socket callbacks)
<li><a href="qtextstream.html">QTextStream</a>
(Basic functions for reading and writing text using a <a href="qiodevice.html">QIODevice</a>)
</ul>
<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright 1999 Troll Tech<td><a href="trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 1.45</div>
</table></div></address></body></html>
|