QIODevice that limits the readable slice of an underlying file.
More...
#include <PacFileSlicer.h>
List of all members.
Detailed Description
QIODevice that limits the readable slice of an underlying file.
- Author:
- Matthias Nagl <mnagl@uni-goettingen.de>
Constructor & Destructor Documentation
PacFileSlicer::PacFileSlicer |
( |
QFile * |
input, |
|
|
quint64 |
beginning, |
|
|
quint64 |
end, |
|
|
QObject * |
parent = 0 |
|
) |
| [inline, explicit] |
virtual PacFileSlicer::~PacFileSlicer |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual qint64 PacFileSlicer::bytesAvailable |
( |
| ) |
const [inline, virtual] |
virtual bool PacFileSlicer::isSequential |
( |
| ) |
const [inline, virtual] |
virtual qint64 PacFileSlicer::readData |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| [inline, protected, virtual] |
virtual void PacFileSlicer::selectSlice |
( |
quint64 |
beginning, |
|
|
quint64 |
end |
|
) |
| [inline, virtual] |
virtual qint64 PacFileSlicer::writeData |
( |
const char * |
, |
|
|
qint64 |
|
|
) |
| [inline, protected, virtual] |
The documentation for this class was generated from the following file: