logo
NoteFly.ZipStorer.ZipFileEntry Struct Reference

Represents an entry in Zip file directory More...

Public Member Functions

override string ToString ()
 Overriden method More...
 

Public Attributes

Compression Method
 Compression method More...
 
string FilenameInZip
 Full path and filename as stored in Zip More...
 
uint FileSize
 Original file size More...
 
uint CompressedSize
 Compressed file size More...
 
uint HeaderOffset
 Offset of header information inside Zip storage More...
 
uint FileOffset
 Offset of file inside Zip storage More...
 
uint HeaderSize
 Size of header information More...
 
uint Crc32
 32-bit checksum of entire file More...
 
DateTime ModifyTime
 Last modification time of file More...
 
string Comment
 User comment for file More...
 
bool EncodeUTF8
 True if UTF8 encoding for filename and comments, false if default (CP 437) More...
 

Detailed Description

Member Function Documentation

override string NoteFly.ZipStorer.ZipFileEntry.ToString ( )
Returns
Filename in Zip

Member Data Documentation

string NoteFly.ZipStorer.ZipFileEntry.Comment
uint NoteFly.ZipStorer.ZipFileEntry.CompressedSize
uint NoteFly.ZipStorer.ZipFileEntry.Crc32
bool NoteFly.ZipStorer.ZipFileEntry.EncodeUTF8
string NoteFly.ZipStorer.ZipFileEntry.FilenameInZip
uint NoteFly.ZipStorer.ZipFileEntry.FileOffset
uint NoteFly.ZipStorer.ZipFileEntry.FileSize
uint NoteFly.ZipStorer.ZipFileEntry.HeaderOffset
uint NoteFly.ZipStorer.ZipFileEntry.HeaderSize
Compression NoteFly.ZipStorer.ZipFileEntry.Method
DateTime NoteFly.ZipStorer.ZipFileEntry.ModifyTime