Qt 4.8
|
#include <QtCore/qobject.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qbuffer.h>
#include <QtCore/qiodevice.h>
#include <QtCore/QSharedPointer>
#include "private/qringbuffer_p.h"
Go to the source code of this file.
Classes | |
class | QByteDeviceWrappingIoDevice |
class | QNonContiguousByteDevice |
A QNonContiguousByteDevice is a representation of a file, array or buffer that allows access with a read pointer. More... | |
class | QNonContiguousByteDeviceBufferImpl |
class | QNonContiguousByteDeviceByteArrayImpl |
class | QNonContiguousByteDeviceFactory |
Creates a QNonContiguousByteDevice out of a QIODevice, QByteArray etc. More... | |
class | QNonContiguousByteDeviceIoDeviceImpl |
class | QNonContiguousByteDeviceRingBufferImpl |