[This is preliminary documentation and is subject to change.]
Represents an entry in Zip file directory.
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public struct ZipFileEntry
Members
| All Members | Fields | Methods |
| Member | Description | |
|---|---|---|
| Comment | User comment for file | |
| CompressedSize | Compressed file size | |
| Crc32 | 32-bit checksum of entire file | |
| EncodeUTF8 | True if UTF8 encoding for filename 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 filename 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()()()().) |