![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtCore More...
#include <qnoncontiguousbytedevice_p.h>
\inmodule QtCore
Creates a QNonContiguousByteDevice out of a QIODevice, QByteArray etc.
Definition at line 49 of file qnoncontiguousbytedevice_p.h.
|
static |
Create a QNonContiguousByteDevice out of a QByteArray.
Definition at line 508 of file qnoncontiguousbytedevice.cpp.
|
static |
Create a QNonContiguousByteDevice out of a QIODevice.
For QFile, QBuffer and all other QIoDevice, sequential or not.
Definition at line 446 of file qnoncontiguousbytedevice.cpp.
References device.
|
static |
Create a QNonContiguousByteDevice out of a QRingBuffer.
Definition at line 486 of file qnoncontiguousbytedevice.cpp.
|
static |
Create a QNonContiguousByteDevice out of a QByteArray.
Definition at line 518 of file qnoncontiguousbytedevice.cpp.
|
static |
Create a QNonContiguousByteDevice out of a QIODevice, return it in a std::shared_ptr.
For QFile, QBuffer and all other QIODevice, sequential or not.
Definition at line 466 of file qnoncontiguousbytedevice.cpp.
References device.
Referenced by QNetworkAccessBackend::createUploadByteDevice(), and QNetworkReplyHttpImplPrivate::createUploadByteDevice().
|
static |
Create a QNonContiguousByteDevice out of a QRingBuffer, return it in a std::shared_ptr.
Definition at line 496 of file qnoncontiguousbytedevice.cpp.
|
static |
Wrap the byteDevice (possibly again) into a QIODevice.
Definition at line 530 of file qnoncontiguousbytedevice.cpp.
Referenced by QNetworkAccessBackend::createUploadByteDevice().