a single file in zip archive to be written to disk
More...
|
void | Init (const char *destFilename, const char *filename=NULL) |
|
void | Init (const char *destFilename, CParaFile *pFile) |
|
void | SerializeLocalFileHeader (CParaFile &file) |
|
void | SerializeCentralDirectoryFileHeader (CParaFile &file) |
|
bool | IsDirectory () |
|
void | addref () const |
| add reference count of the object. More...
|
|
bool | delref () const |
| decrease reference count of the object. More...
|
|
int | GetRefCount () const |
| get the reference count
|
|
virtual int | Release () |
|
CRefCounted * | AddToAutoReleasePool () |
| addref and releases the ownership sometime soon automatically (usually at the end of the current frame). More...
|
|
|
SZIPFileHeader | m_localFileHeader |
|
size_t | m_offsetOfCompressedData |
|
size_t | m_offsetOfSerializedLocalFileHeader |
|
std::string | m_destFilename |
|
std::string | m_filename |
|
CParaFile * | m_pFile |
|
a single file in zip archive to be written to disk
§ Init() [1/2]
void ParaEngine::ZipArchiveEntry::Init |
( |
const char * |
destFilename, |
|
|
const char * |
filename = NULL |
|
) |
| |
|
inline |
- Parameters
-
destFilename | filename in zip file |
filename | filename in system. if empty, it means destFilename is a directory. |
§ Init() [2/2]
void ParaEngine::ZipArchiveEntry::Init |
( |
const char * |
destFilename, |
|
|
CParaFile * |
pFile |
|
) |
| |
|
inline |
- Parameters
-
destFilename | filename in zip file |
pFile | file data reader. |
The documentation for this class was generated from the following file:
- Client/trunk/ParaEngineClient/IO/ZipWriter.cpp