ZipEntry Methods

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry Methods

The methods of the ZipEntry class are listed below. For a complete list of ZipEntry class members, see the ZipEntry Members topic.

Public Static Methods

CleanName Cleans a name making it conform to Zip file conventions. Devices names ('c:\') and UNC share names ('\\server\share') are removed and forward slashes ('\') are converted to back slashes ('/'). Names are made relative by trimming leading slashes which is compatible with the ZIP naming convention.
IsCompressionMethodSupportedOverloaded. Test a compression method to see if this library supports extracting data compressed with that method

Public Instance Methods

Clone Creates a copy of this zip entry.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ForceZip64 Force this entry to be recorded using Zip64 extensions.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsCompressionMethodSupportedOverloaded. Test entry to see if data can be extracted.
IsZip64Forced Get a value indicating wether Zip64 extensions were forced.
ToString Gets the string representation of this ZipEntry.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace