Qt 4.8
|
#include <qbytedata_p.h>
Public Functions | |
void | append (QByteDataBuffer &other) |
void | append (const QByteArray &bd) |
qint64 | bufferCount () const |
qint64 | byteAmount () const |
bool | canReadLine () const |
void | clear () |
char | getChar () |
bool | isEmpty () const |
QByteArray & | operator[] (int i) |
void | prepend (QByteArray &bd) |
QByteDataBuffer () | |
QByteArray | read () |
QByteArray | read (qint64 amount) |
qint64 | read (char *dst, qint64 amount) |
QByteArray | readAll () |
qint64 | sizeNextBlock () const |
~QByteDataBuffer () | |
Properties | |
qint64 | bufferCompleteSize |
QList< QByteArray > | buffers |
Definition at line 62 of file qbytedata_p.h.
|
inline |
Definition at line 68 of file qbytedata_p.h.
|
inline |
Definition at line 72 of file qbytedata_p.h.
|
inline |
Definition at line 77 of file qbytedata_p.h.
Referenced by QNetworkReplyImplPrivate::_q_copyReadyRead(), QNetworkReplyImplPrivate::appendDownstreamData(), QHttpNetworkReplyPrivate::appendUncompressedReplyData(), QNetworkAccessFtpBackend::ftpReadyRead(), QHttpNetworkReplyPrivate::readBodyFast(), QNetworkAccessFileBackend::readMoreFromFile(), QHttpNetworkReplyPrivate::readReplyBodyRaw(), and QNetworkAccessHttpBackend::replyDownloadData().
|
inline |
Definition at line 87 of file qbytedata_p.h.
|
inline |
Definition at line 187 of file qbytedata_p.h.
Referenced by QHttpNetworkReplyPrivate::appendCompressedReplyData(), and QNetworkReplyImplPrivate::appendDownstreamData().
|
inline |
Definition at line 181 of file qbytedata_p.h.
Referenced by append(), isEmpty(), QNetworkReplyImplPrivate::nextDownstreamBlockSize(), read(), and readAll().
|
inline |
Definition at line 210 of file qbytedata_p.h.
|
inline |
Definition at line 174 of file qbytedata_p.h.
Referenced by QHttpNetworkReplyPrivate::appendCompressedReplyData(), QNetworkReplyImplPrivate::appendDownstreamData(), QHttpNetworkReplyPrivate::appendUncompressedReplyData(), QHttpNetworkReplyPrivate::eraseData(), QNetworkAccessHttpBackend::replyDownloadData(), and ~QByteDataBuffer().
|
inline |
Definition at line 167 of file qbytedata_p.h.
|
inline |
Definition at line 192 of file qbytedata_p.h.
Referenced by QHttpNetworkConnectionChannel::_q_receiveReply(), and append().
|
inline |
Definition at line 205 of file qbytedata_p.h.
|
inline |
Definition at line 96 of file qbytedata_p.h.
|
inline |
Definition at line 107 of file qbytedata_p.h.
Referenced by getChar(), read(), and readAll().
|
inline |
Definition at line 122 of file qbytedata_p.h.
Definition at line 133 of file qbytedata_p.h.
|
inline |
Definition at line 115 of file qbytedata_p.h.
|
inline |
Definition at line 197 of file qbytedata_p.h.
|
private |
Definition at line 66 of file qbytedata_p.h.
Referenced by byteAmount().
|
private |
Definition at line 65 of file qbytedata_p.h.
Referenced by append().