|
| ProDOSFile (char name[16], uint8 type, uint16 tBlk, uint32 eof, uint16 bPtr, Common::File *disk) |
|
Common::String | getName () const override |
|
Common::Path | getPathInArchive () const override |
|
Common::String | getFileName () const override |
|
Common::SeekableReadStream * | createReadStream () const override |
|
Common::SeekableReadStream * | createReadStreamForAltStream (Common::AltStreamType altStreamType) const override |
|
void | getDataBlock (byte *memOffset, int offset, int size) const |
|
int | parseIndexBlock (byte *memOffset, int blockNum, int cSize) const |
|
void | printInfo () |
|
virtual bool | isDirectory () const |
|
virtual void | listChildren (ArchiveMemberList &childList, const char *pattern=nullptr) const |
|
virtual U32String | getDisplayName () const |
|
virtual bool | isInMacArchive () const |
|
◆ getName()
◆ getPathInArchive()
Get the full path of the archive member relative to the containing archive root.
Implements Common::ArchiveMember.
◆ getFileName()
Get the file name of the archive member relative to its containing directory within the archive.
Implements Common::ArchiveMember.
◆ createReadStream()
◆ createReadStreamForAltStream()
The documentation for this class was generated from the following file: