Click or drag to resize

ZipFile Class

Inheritance Hierarchy
SystemObject
  ICSharpCode.SharpZipLib.ZipZipFile

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class ZipFile : IEnumerable, IDisposable

The ZipFile type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAbortUpdate
Public methodAdd(String)
Public methodAdd(ZipEntry)
Public methodAdd(String, CompressionMethod)
Public methodAdd(String, String)
Public methodAdd(IStaticDataSource, String)
Public methodAdd(String, CompressionMethod, Boolean)
Public methodAdd(IStaticDataSource, String, CompressionMethod)
Public methodAdd(IStaticDataSource, String, CompressionMethod, Boolean)
Public methodAddDirectory
Public methodBeginUpdate
Public methodBeginUpdate(IArchiveStorage)
Public methodBeginUpdate(IArchiveStorage, IDynamicDataSource)
Public methodClose
Public methodCommitUpdate
Public methodStatic memberCreate(Stream)
Public methodStatic memberCreate(String)
Public methodDelete(String)
Public methodDelete(ZipEntry)
Protected methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodFindEntry
Public methodGetEntry
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInputStream(Int64)
Public methodGetInputStream(ZipEntry)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetComment
Public methodTestArchive(Boolean)
Public methodTestArchive(Boolean, TestStrategy, ZipTestResultHandler)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldKeysRequired
Top
See Also