ZipFileInfo Struct Reference Library » Zip File

#include <lib_zipfile.h>

Public Attributes

UInt32   lVersion
UInt32   lVersionNeeded
UInt32   lFlags
UInt32   lCompressionMethod
UInt32   lDOSDate
UInt32   lCRC32
UInt32   lCompressedSize
UInt32   lUncompressedSize
UInt32   lSizeFilename
UInt32   lSizeExtraField
UInt32   lSizeFileComment
UInt32   lDiskNumberStart
UInt32   lInternalAttr
UInt32   lExternalAttr
ZipFileTime   t

Member Data Documentation

◆  lVersion

UInt32 lVersion

Version.

◆  lVersionNeeded

UInt32 lVersionNeeded

Version needed.

◆  lFlags

UInt32 lFlags

Flags: ZIP_FLAG .

◆  lCompressionMethod

UInt32 lCompressionMethod

Compression method.

◆  lDOSDate

UInt32 lDOSDate

DOS date.

◆  lCRC32

UInt32 lCRC32

CRC32.

◆  lCompressedSize

UInt32 lCompressedSize

Compressed size.

◆  lUncompressedSize

UInt32 lUncompressedSize

Uncompressed size.

◆  lSizeFilename

UInt32 lSizeFilename

File name size.

◆  lSizeExtraField

UInt32 lSizeExtraField

Extra field size.

◆  lSizeFileComment

UInt32 lSizeFileComment

File comment size.

◆  lDiskNumberStart

UInt32 lDiskNumberStart

Disk number start.

◆  lInternalAttr

UInt32 lInternalAttr

Currently private.

◆  lExternalAttr

UInt32 lExternalAttr

Currently private.

◆  t

ZipFileTime t

Time.