![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qbytedatabuffer_p.h>
Public Member Functions | |
void | squeezeFirst () |
void | append (const QByteDataBuffer &other) |
void | append (QByteDataBuffer &&other) |
void | append (const QByteArray &bd) |
void | append (QByteArray &&bd) |
void | prepend (const QByteArray &bd) |
void | prepend (QByteArray &&bd) |
QByteArray | read () |
QByteArray | readAll () |
QByteArray | read (qint64 amount) |
qint64 | read (char *dst, qint64 amount) |
QByteArrayView | readPointer () const |
void | advanceReadPointer (qint64 distance) |
char | getChar () |
void | clear () |
qint64 | byteAmount () const |
qsizetype | bufferCount () const |
bool | isEmpty () const |
qint64 | sizeNextBlock () const |
QByteArray & | operator[] (qsizetype i) |
bool | canReadLine () const |
Static Public Member Functions | |
static void | popFront (QByteArray &ba, qint64 n) |
Definition at line 30 of file qbytedatabuffer_p.h.
Advances the read pointer by distance.
Definition at line 197 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 76 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 50 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 81 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 62 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 244 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 238 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 270 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 230 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 221 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 249 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 262 of file qbytedatabuffer_p.h.
|
inlinestatic |
Definition at line 37 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 90 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 95 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 108 of file qbytedatabuffer_p.h.
Definition at line 143 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 125 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 118 of file qbytedatabuffer_p.h.
|
inline |
Returns a view into the first QByteArray contained inside, ignoring any already read data. Call advanceReadPointer() to advance the view forward. When a QByteArray is exhausted the view returned by this function will view into another QByteArray if any. Returns a default constructed view if no data is available.
Definition at line 183 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 254 of file qbytedatabuffer_p.h.
|
inline |
Definition at line 42 of file qbytedatabuffer_p.h.