|
Public Member Functions |
| TarFileSystem (IN(RString) zipfile) |
bool | ownsFile (IN(RString) fname) |
RString | getRootName () |
| returns the root name of the this file system Examples: /home/roger/myfile.zip ftp://ftp.artefaktur.com
|
acdk::io::RFileArray | listFiles (IN(RString) directory, int listflags) |
acdk::io::RFile | file (IN(RString) path) |
| creates an instance of given file.
|
acdk::io::RFileImpl | getFileImpl (IN(RString) fqpath) |
| returns a file implementation for this full qualified file implementation
|
int | fileCount () |
Static Public Member Functions |
void | loadFileSystem () |
| this is needed to be sure, that this .dll/.so will be loaded into memory
|
Protected Member Functions |
RTarFileHeader | _find (IN(RString) path) |
| path is part of file in tar
|
void | _openTarFile () |
void | _readEntries () |
void | _addDerived () |
void | _addDirLfh (IN(RString) dirname) |
Private Attributes |
RString | _fileName |
TarFileHeaderArray | _fileHeaders |
Friends |
class | TarFileImpl |