| ZipEntry Class |
Note: This API is now obsolete.
Namespace: CMS.IO.Zip
[ObsoleteAttribute("Use System.IO.Compression.ZipFile instead.")] public class ZipEntry
The ZipEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| BitField |
Gets bitfield.
| |
| CompressedSize |
Gets compressed size.
| |
| CompressionMethod |
Gets method of compression.
| |
| FileName |
Gets filename.
| |
| InputStream |
Gets and sets input stream.
| |
| LastModified |
Gets the date of last modification.
| |
| UncompressedSize |
Gets uncompressed size.
| |
| VersionNeeded |
Gets needed version (for internal format).
|
| Name | Description | |
|---|---|---|
| Extract |
Extracts ZIP archive.
| |
| Extract(String) |
Extracts ZIP archive.
| |
| Read(Stream) |
Reades ZIP entry.
| |
| Read(Stream, Boolean) |
Reades ZIP entry.
|