Torque::ZipFileSystem
Engine/source/core/util/zip/zipVolume.h
Private Attributes
Public Functions
ZipFileSystem(String & zipFilename, bool zipNameIsDir)
create(const Path & path, FileNode::Mode )
Private interface for use by unit test only.
Used for describing the file system type.
Detailed Description
Private Attributes
String mFakeRoot
bool mInitted
StrongRefPtr< ZipArchive > mZipArchive
FileStream * mZipArchiveStream
String mZipFilename
bool mZipNameIsDir
Public Functions
ZipFileSystem(String & zipFilename, bool zipNameIsDir)
~ZipFileSystem()
create(const Path & path, FileNode::Mode )
Reimplemented from: Torque::FS::FileSystem
getArchive()
Private interface for use by unit test only.
getTypeStr()
Reimplemented from: Torque::FS::FileSystem
mapFrom(const Path & path)
Reimplemented from: Torque::FS::FileSystem
mapTo(const Path & path)
Reimplemented from: Torque::FS::FileSystem
remove(const Path & path)
Reimplemented from: Torque::FS::FileSystem
rename(const Path & a, const Path & b)
Reimplemented from: Torque::FS::FileSystem
resolve(const Path & path)
Reimplemented from: Torque::FS::FileSystem