-
Classes in io.qt.core that implement QIODeviceBase
Modifier and Type |
Class |
Description |
class |
QBuffer |
QIODevice interface for a QByteArray
|
class |
QDataStream |
Serialization of binary data to a QIODevice
|
class |
QDebug |
Output stream for debugging information
|
class |
QFile |
Interface for reading from and writing to files
|
class |
QFileDevice |
Interface for reading from and writing to open files
|
class |
QIODevice |
The base interface class of all I/O devices in Qt
|
class |
QProcess |
Used to start external programs and to communicate with them
|
class |
QSaveFile |
Interface for safely writing to files
|
class |
QTemporaryFile |
I/O device that operates on temporary files
|
class |
QTextStream |
Convenient interface for reading and writing text
|
-