![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
| gzip | start ("gzip", QStringList()<< "-c") |
| if (!gzip.waitForStarted()) return false | |
| gzip | write ("uncompressed data") |
| while (gzip.waitForReadyRead()) compressed+ | |
| if (file.open(QFile::ReadOnly)) | |
| bool | isExeFile (QFile *file) |
| [3] | |
Variables | |
| QProcess | gzip |
| [0] | |
| QByteArray | compressed |
| QFile | file ("box.txt") |
| [1] | |
| if | ( | !gzip. | waitForStarted() | ) |
| if | ( | file. | openQFile::ReadOnly | ) |
Definition at line 28 of file src_corelib_io_qiodevice.cpp.
References file, and QIODevice::readLine().
Here is the call graph for this function:| bool isExeFile | ( | QFile * | file | ) |
[3]
[4]
[5]
Definition at line 47 of file src_corelib_io_qiodevice.cpp.
References file, and QIODevice::peek().
Here is the call graph for this function:| gzip start | ( | "gzip" | , |
| QStringList()<< "-c" | |||
| ) |
| while | ( | gzip. | waitForReadyRead() | ) |
| gzip write | ( | "uncompressed data" | ) |
Referenced by accessAsString(), QtWaylandClient::QWaylandDataSource::data_source_send(), org.qtproject.qt.android.bluetooth.QtBluetoothLEServer::handleOnExecuteWrite(), QQmlJS::Dom::PropertyDefinition::iterateDirectSubpaths(), QV4::IntrinsicTypedArrayPrototype::method_set(), QQmlJS::Dom::LineWriter::newline(), QSettingsPrivate::normalizedKey(), qtiffWriteProc(), QQmlJS::Dom::LineWriter::sink(), QQmlJS::Dom::LineWriter::space(), QtWaylandClient::EventThread::stop(), QV4::TypedArrayCtor::virtualCallAsConstructor(), QQmlJS::Dom::LineWriter::write(), QLowEnergyControllerPrivateDarwin::writeCharacteristic(), QLowEnergyControllerPrivateDarwin::writeDescriptor(), and QtWaylandClient::QWaylandPrimarySelectionSourceV1::zwp_primary_selection_source_v1_send().
Here is the caller graph for this function:| QByteArray compressed |
Definition at line 12 of file src_corelib_io_qiodevice.cpp.
Referenced by QZipReader::fileData(), QT_BEGIN_NAMESPACE::MediaStream::IsMediaTypeSupported(), HPack::BitIStream::read(), QCacheItem::read(), HPack::BitOStream::write(), RCCFileInfo::writeDataBlob(), and QCacheItem::writeHeader().
| QFile file("box.txt") | ( | "box.txt" | ) |
| QProcess gzip |