A QIODeviceSource is a QDataSource that draws data from a QIODevice More...
#include <qasyncio.h>
Inherits QDataSource.
This class encapsulates retrieving data from a QIODevice (such as a QFile).
Constructs a QIODeviceSource from a pointer to an QIODevice. The QIODevice must be dynamically allocated, becomes owned by the QIODeviceSource, and will be deleted when the QIODeviceSource destructs. buffer_size determines the size of buffering to use between asynchronous operations. The higher buffer_size, the more efficient but the less interleaved the operation will be with other processing.
Destroys the QIODeviceSource, deleting the QIODevice from which it was constructed.
[virtual]
Enables rewinding. No special action is taken.
Reimplemented from QDataSource.
[virtual]
Ready until end-of-file.
Reimplemented from QDataSource.
[virtual]
All QIODeviceSource's are rewindable.
Reimplemented from QDataSource.
[virtual]
Reads and sends a block of data.
Reimplemented from QDataSource.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright İ 1998 Troll Tech | Trademarks | Qt version 1.42
|