My Project
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ParaEngine::SZipFileEntry Struct Reference

light-weighted file record header in memory. More...

#include <ZipArchive.h>

Public Member Functions

void SetFileName (const char *str, WORD len)
 
void RefreshHash (bool ignoreCase)
 

Static Public Member Functions

static uint32 Hash (const char *str, bool ignoreCase)
 

Public Attributes

WORD fileNameLen
 
const char * zipFileName
 
uint32 hashValue
 
DWORD fileDataPosition
 
WORD CompressionMethod
 
DWORD CompressedSize
 
DWORD UncompressedSize
 

Detailed Description

light-weighted file record header in memory.


The documentation for this struct was generated from the following file: