ff7tk
0.02
Toolkit for making FF7 Tools
|
#include <IsoArchive.h>
Public Member Functions | |
IsoFileIO (IsoArchiveIO *io, const IsoFile *infos, QObject *parent=0) | |
bool | open (OpenMode mode) |
qint64 | size () const |
bool | canReadLine () const |
Protected Member Functions | |
qint64 | readData (char *data, qint64 maxSize) |
qint64 | writeData (const char *data, qint64 maxSize) |
Private Attributes | |
IsoArchiveIO * | _io |
const IsoFile * | _infos |
Definition at line 287 of file IsoArchive.h.
IsoFileIO::IsoFileIO | ( | IsoArchiveIO * | io, |
const IsoFile * | infos, | ||
QObject * | parent = 0 |
||
) |
Definition at line 520 of file IsoArchive.cpp.
bool IsoFileIO::canReadLine | ( | ) | const |
Definition at line 558 of file IsoArchive.cpp.
References size().
bool IsoFileIO::open | ( | OpenMode | mode | ) |
Definition at line 525 of file IsoArchive.cpp.
|
protected |
Definition at line 539 of file IsoArchive.cpp.
References _infos, _io, IsoFileOrDirectory::location(), IsoArchiveIO::posIso(), IsoArchiveIO::readIso(), IsoArchiveIO::seekIso(), IsoArchiveIO::seekToSector(), and size().
qint64 IsoFileIO::size | ( | ) | const |
Definition at line 534 of file IsoArchive.cpp.
References _infos, and IsoFileOrDirectory::size().
Referenced by canReadLine(), and readData().
|
protected |
Definition at line 551 of file IsoArchive.cpp.
|
private |
Definition at line 300 of file IsoArchive.h.
Referenced by readData(), and size().
|
private |
Definition at line 299 of file IsoArchive.h.
Referenced by readData().