Zip file information.
More...
#include <ziphandler.h>
◆ ZipFileInfo() [1/2]
| ZipFileInfo::ZipFileInfo |
( |
| ) |
|
◆ ZipFileInfo() [2/2]
◆ ~ZipFileInfo()
| virtual ZipFileInfo::~ZipFileInfo |
( |
| ) |
|
|
virtual |
◆ getDosNrDays()
| od_uint16 ZipFileInfo::getDosNrDays |
( |
| ) |
const |
◆ getDosNrSec()
| od_uint16 ZipFileInfo::getDosNrSec |
( |
| ) |
const |
◆ getFileName()
| const char * ZipFileInfo::getFileName |
( |
| ) |
const |
◆ getFullFileName()
| const char * ZipFileInfo::getFullFileName |
( |
| ) |
const |
◆ getHeaderLength()
| od_uint16 ZipFileInfo::getHeaderLength |
( |
bool | local | ) |
const |
◆ getLinkValue()
| const char * ZipFileInfo::getLinkValue |
( |
| ) |
const |
◆ getPermissions()
◆ getTimeStampHeaderLength()
| int ZipFileInfo::getTimeStampHeaderLength |
( |
bool | local | ) |
const |
◆ getZIP64Size()
| od_uint16 ZipFileInfo::getZIP64Size |
( |
bool | local | ) |
const |
◆ hasModTime()
| bool ZipFileInfo::hasModTime |
( |
| ) |
const |
◆ hasUIDGID()
| bool ZipFileInfo::hasUIDGID |
( |
| ) |
const |
◆ isDirectory()
| bool ZipFileInfo::isDirectory |
( |
| ) |
const |
◆ isHidden()
| bool ZipFileInfo::isHidden |
( |
| ) |
const |
◆ isSymbolicLink()
| bool ZipFileInfo::isSymbolicLink |
( |
| ) |
const |
◆ isSystem()
| bool ZipFileInfo::isSystem |
( |
| ) |
const |
◆ isWritable()
| bool ZipFileInfo::isWritable |
( |
| ) |
const |
◆ madeOnWindows()
| bool ZipFileInfo::madeOnWindows |
( |
| ) |
const |
|
inline |
◆ needZIP64()
| bool ZipFileInfo::needZIP64 |
( |
bool | local | ) |
const |
◆ operator=()
◆ operator>()
| bool ZipFileInfo::operator> |
( |
const ZipFileInfo & | | ) |
const |
◆ setAttr()
| void ZipFileInfo::setAttr |
( |
const unsigned char * | buf, |
|
|
bool | fromwin ) |
◆ setDosTimeDateModified()
| void ZipFileInfo::setDosTimeDateModified |
( |
od_uint16 | dosnrdays, |
|
|
od_uint16 | dosnrsec ) |
◆ setFileName()
| void ZipFileInfo::setFileName |
( |
const char * | , |
|
|
const FilePath & | basepath ) |
◆ setFileNameInZip()
| void ZipFileInfo::setFileNameInZip |
( |
const FilePath & | basepath | ) |
|
|
private |
◆ setFullFileName()
| void ZipFileInfo::setFullFileName |
( |
const char * | , |
|
|
const FilePath & | basepath ) |
◆ writeAttrToBuffer()
| void ZipFileInfo::writeAttrToBuffer |
( |
unsigned char * | buf | ) |
const |
◆ binary_
| bool ZipFileInfo::binary_ = true |
◆ comment_
◆ compmethod_
| od_uint16 ZipFileInfo::compmethod_ = mUdf(od_uint16) |
◆ compsize_
| od_uint64 ZipFileInfo::compsize_ = mUdf(od_uint64) |
◆ crc_
| od_uint32 ZipFileInfo::crc_ = mUdf(od_uint32) |
◆ filenminzip_
◆ fullfnm_
◆ gid_
| od_uint32 ZipFileInfo::gid_ = mUdf(od_uint32) |
◆ hasutcheader_
| bool ZipFileInfo::hasutcheader_ = false |
◆ linkvalue_
◆ localheaderoffset_
| od_stream_Pos ZipFileInfo::localheaderoffset_ = mUdf(od_stream_Pos) |
◆ nrlevels_
| int ZipFileInfo::nrlevels_ |
|
private |
◆ perms_
◆ sourceiswin_
| bool ZipFileInfo::sourceiswin_ |
|
private |
◆ times_
◆ type_
◆ uid_
| od_uint32 ZipFileInfo::uid_ = mUdf(od_uint32) |
◆ uncompsize_
| od_uint64 ZipFileInfo::uncompsize_ = mUdf(od_uint64) |