Go to the source code of this file.
Namespaces | |
namespace | PentZip |
Classes | |
struct | PentZip::TagunzFile__ |
struct | PentZip::tm_unz_s |
struct | PentZip::unz_global_info_s |
struct | PentZip::unz_file_info_s |
struct | PentZip::unz_file_pos_s |
Typedefs | |
typedef PentZip::TagunzFile__ | PentZip::unzFile__ |
typedef unzFile__ * | PentZip::unzFile |
typedef voidp | PentZip::unzFile |
typedef PentZip::tm_unz_s | PentZip::tm_unz |
typedef PentZip::unz_global_info_s | PentZip::unz_global_info |
typedef PentZip::unz_file_info_s | PentZip::unz_file_info |
typedef PentZip::unz_file_pos_s | PentZip::unz_file_pos |
Functions | |
int ZEXPORT unzStringFileNameCompare | PentZip::OF ((const char *fileName1, const char *fileName2, int iCaseSensitivity)) |
unzFile ZEXPORT unzOpen | PentZip::OF ((const char *path)) |
unzFile ZEXPORT unzOpen2 | PentZip::OF ((const char *path, zlib_filefunc_def *pzlib_filefunc_def)) |
int ZEXPORT unzClose | PentZip::OF ((unzFile file)) |
int ZEXPORT unzGetGlobalInfo | PentZip::OF ((unzFile file, unz_global_info *pglobal_info)) |
int ZEXPORT unzGetGlobalComment | PentZip::OF ((unzFile file, char *szComment, uLong uSizeBuf)) |
int ZEXPORT unzLocateFile | PentZip::OF ((unzFile file, const char *szFileName, int iCaseSensitivity)) |
int ZEXPORT | PentZip::unzGetFilePos (unzFile file, unz_file_pos *file_pos) |
int ZEXPORT | PentZip::unzGoToFilePos (unzFile file, unz_file_pos *file_pos) |
int ZEXPORT unzGetCurrentFileInfo | PentZip::OF ((unzFile file, unz_file_info *pfile_info, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize)) |
int ZEXPORT unzOpenCurrentFilePassword | PentZip::OF ((unzFile file, const char *password)) |
int ZEXPORT unzOpenCurrentFile2 | PentZip::OF ((unzFile file, int *method, int *level, int raw)) |
int ZEXPORT unzOpenCurrentFile3 | PentZip::OF ((unzFile file, int *method, int *level, int raw, const char *password)) |
int ZEXPORT unzReadCurrentFile | PentZip::OF ((unzFile file, voidp buf, unsigned len)) |
uLong ZEXPORT | PentZip::unzGetOffset (unzFile file) |
int ZEXPORT | PentZip::unzSetOffset (unzFile file, uLong pos) |