VSIZipFilesystemHandler Class Reference
List of all members.
Public Member Functions |
|
virtual VSIVirtualHandle * | Open (const char *pszFilename, const char *pszAccess) |
|
virtual int | Stat (const char *pszFilename, VSIStatBufL *pStatBuf) |
|
virtual int | Unlink (const char *pszFilename) |
|
virtual int | Rename (const char *oldpath, const char *newpath) |
|
virtual int | Mkdir (const char *pszDirname, long nMode) |
|
virtual int | Rmdir (const char *pszDirname) |
|
virtual char ** | ReadDir (const char *pszDirname) |
|
const ZIPContent * | GetContentOfZip (const char *zipFilename, unzFile unzF=NULL) |
|
char * | SplitFilename (const char *pszFilename, CPLString &osZipInFileName) |
|
unzFile | OpenZIPFile (const char *zipFilename, const char *zipInFileName) |
|
int | FindFileInZip (const char *zipFilename, const char *zipInFileName, const ZIPEntry **zipEntry) |
The documentation for this class was generated from the following file: