#include <BZipFileDevice.h>
|
| virtual qint64 | readData (char *data, qint64 maxSize) |
| |
| virtual qint64 | writeData (const char *data, qint64 maxSize) |
| |
Definition at line 23 of file BZipFileDevice.h.
◆ BZipFileDevice()
| BZipFileDevice::BZipFileDevice |
( |
QString |
fileName | ) |
|
◆ ~BZipFileDevice()
| BZipFileDevice::~BZipFileDevice |
( |
| ) |
|
|
virtual |
◆ open()
| bool BZipFileDevice::open |
( |
OpenMode |
mode | ) |
|
|
virtual |
◆ close()
| void BZipFileDevice::close |
( |
| ) |
|
|
virtual |
◆ isOK()
| bool BZipFileDevice::isOK |
( |
| ) |
const |
|
virtual |
◆ isSequential()
| virtual bool BZipFileDevice::isSequential |
( |
| ) |
const |
|
inlinevirtual |
◆ readData()
| qint64 BZipFileDevice::readData |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
protectedvirtual |
◆ writeData()
| qint64 BZipFileDevice::writeData |
( |
const char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
protectedvirtual |
◆ m_fileName
| QString BZipFileDevice::m_fileName |
|
protected |
◆ m_file
| FILE* BZipFileDevice::m_file |
|
protected |
◆ m_bzFile
| BZFILE* BZipFileDevice::m_bzFile |
|
protected |
◆ m_atEnd
| bool BZipFileDevice::m_atEnd |
|
protected |
◆ m_ok
| bool BZipFileDevice::m_ok |
|
protected |
The documentation for this class was generated from the following files: