[This is preliminary documentation and is subject to change.]

Represents an entry in Zip file directory.

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public struct ZipFileEntry

Members

         
 All Members  Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Comment
User comment for file
CompressedSize
Compressed file size
Crc32
32-bit checksum of entire file
EncodeUTF8
True if UTF8 encoding for file name and comments, false if default (CP 437)
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
FileNameInZip
Full path and file name as stored in Zip
FileOffset
Offset of file inside Zip storage
FileSize
Original file size
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HeaderOffset
Offset of header information inside Zip storage
HeaderSize
Size of header information
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Method
Compression method
ModifyTime
Last modification time of file
ToString()()()()
Overridden method
(Overrides ValueType..::..ToString()()()().)

See Also