QNonContiguousByteDevice Class
A QNonContiguousByteDevice is a representation of a file, array or buffer that allows access with a read pointer. \since
4.6. More...
Header: | #include <QNonContiguousByteDevice> |
Inherits: | QObject |
Detailed Description
\inmodule
QtCore
The goal of this class is to have a data representation that allows us to avoid doing a memcpy as we have to do with QIODevice.
\internal
See also QNonContiguousByteDeviceFactory.