Public Instance Constructors
ZipEntry | Overloaded. Initialize a new instance of the ZipEntry class. |
Public Instance Fields
Public Instance Properties
Comment |
Gets/Sets the entry comment.
|
CompressedSize |
Gets/Sets the size of the compressed data.
|
CompressionMethod |
Gets/Sets the compression method. Only DEFLATED and STORED are supported.
|
Crc |
Gets/Sets the crc of the uncompressed data.
|
DateTime |
Gets/Sets the time of last modification of the entry.
|
DosTime | |
ExtraData |
Gets/Sets the extra data.
|
IsDirectory |
Gets true, if the entry is a directory. This is solely
determined by the name, a trailing slash '/' marks a directory.
|
Name |
Returns the entry name. The path components in the entry are
always separated by slashes ('/').
|
Size |
Gets/Sets the size of the uncompressed data.
|
Version | |
Public Instance Methods
Clone |
Creates a copy of this zip entry.
|
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
ToString |
Gets the string representation of this ZipEntry. This is just
the name as returned by getName().
|
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace