The ZipFile type exposes the following members.
Methods
| Name | Description |
---|
 | AbortUpdate | |
 | Add(String) | |
 | Add(ZipEntry) | |
 | Add(String, CompressionMethod) | |
 | Add(String, String) | |
 | Add(IStaticDataSource, String) | |
 | Add(String, CompressionMethod, Boolean) | |
 | Add(IStaticDataSource, String, CompressionMethod) | |
 | Add(IStaticDataSource, String, CompressionMethod, Boolean) | |
 | AddDirectory | |
 | BeginUpdate | |
 | BeginUpdate(IArchiveStorage) | |
 | BeginUpdate(IArchiveStorage, IDynamicDataSource) | |
 | Close | |
 | CommitUpdate | |
  | Create(Stream) | |
  | Create(String) | |
 | Delete(String) | |
 | Delete(ZipEntry) | |
 | Dispose | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | (Overrides ObjectFinalize.) |
 | FindEntry | |
 | GetEntry | |
 | GetEnumerator | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetInputStream(Int64) | |
 | GetInputStream(ZipEntry) | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SetComment | |
 | TestArchive(Boolean) | |
 | TestArchive(Boolean, TestStrategy, ZipTestResultHandler) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also