C# Class System.IO.Compression.ZipStorer.ZipFileEntry

Represents an entry in Zip file directory
显示文件 Open project: remobjects/train Class Usage Examples

Public Properties

Property Type Description
Comment string
CompressedSize uint
Crc32 uint
EncodeUTF8 bool
ExternalFileAttributes ushort
FileOffset uint
FileSize uint
FilenameInZip string
HeaderOffset uint
HeaderSize uint
Method Compression
ModifyTime DateTime

Public Methods

Method Description
ToString ( ) : string

Overriden method

Method Details

ToString() public method

Overriden method
public ToString ( ) : string
return string

Property Details

Comment public_oe property

User comment for file
public string Comment
return string

CompressedSize public_oe property

Compressed file size
public uint CompressedSize
return uint

Crc32 public_oe property

32-bit checksum of entire file
public uint Crc32
return uint

EncodeUTF8 public_oe property

True if UTF8 encoding for filename and comments, false if default (CP 437)
public bool EncodeUTF8
return bool

ExternalFileAttributes public_oe property

external file attributes
public ushort ExternalFileAttributes
return ushort

FileOffset public_oe property

Offset of file inside Zip storage
public uint FileOffset
return uint

FileSize public_oe property

Original file size
public uint FileSize
return uint

FilenameInZip public_oe property

Full path and filename as stored in Zip
public string FilenameInZip
return string

HeaderOffset public_oe property

Offset of header information inside Zip storage
public uint HeaderOffset
return uint

HeaderSize public_oe property

Size of header information
public uint HeaderSize
return uint

Method public_oe property

Compression method
public Compression Method
return Compression

ModifyTime public_oe property

Last modification time of file
public DateTime ModifyTime
return DateTime