42 #ifndef QNETWORKREPLYFILEIMPL_H 43 #define QNETWORKREPLYFILEIMPL_H 60 #include <QAbstractFileEngine> 98 #endif // QNETWORKREPLYFILEIMPL_H #define QT_END_NAMESPACE
This macro expands to.
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
Operation
Indicates the operation this reply is processing.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const char * data(const QByteArray &arr)
virtual void close()
Closes this device for reading.
virtual qint64 readData(char *data, qint64 maxlen)
virtual bool isSequential() const
qint64 size() const
For open random-access devices, this function returns the size of the device.
#define Q_DECLARE_PUBLIC(Class)
The QFile class provides an interface for reading from and writing to files.
QObject * parent() const
Returns a pointer to the parent object.
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
#define Q_DECLARE_PRIVATE(Class)
virtual qint64 bytesAvailable() const
Returns the number of bytes that are available for reading.
QNetworkReplyFileImpl(QObject *parent, const QNetworkRequest &req, const QNetworkAccessManager::Operation op)
virtual void abort()
Aborts the operation immediately and close down any network connections still open.