- erase
qsizetype erase(QByteArray ba, const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase_if
qsizetype erase_if(QByteArray ba, Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- qCompress
QByteArray qCompress(const(uchar)* data, qsizetype nbytes, int compressionLevel)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qCompress
QByteArray qCompress(const(QByteArray) data, int compressionLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- qUncompress
QByteArray qUncompress(const(uchar)* data, qsizetype nbytes)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qUncompress
QByteArray qUncompress(const(QByteArray) data)
Undocumented in source. Be warned that the author may not have intended to support it.