Details
Description
I think It would be awesome if PySide2 provides bindings to:
QByteArray | qCompress(const QByteArray & data, int compressionLevel = -1) |
QByteArray | qCompress(const uchar * data, int nbytes, int compressionLevel = -1) |
QByteArray | qUncompress(const QByteArray & data) |
QByteArray | qUncompress(const uchar * data, int nbytes) |
These methods are available on PyQt5, and they provide an easy way to perform low-level IO operations from Python.
Attachments
For Gerrit Dashboard: PYSIDE-838 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
243188,3 | Add qCompress/qUncompress bindings | 5.11 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
526500,4 | Fix qCompress/qUncompress() taking a PyBuffer/len arguments | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |