ZipDirEntry Class |
Note: This API is now obsolete.
Namespace: CMS.IO.Zip
[ObsoleteAttribute("Use System.IO.Compression.ZipFile instead.")] public class ZipDirEntry
The ZipDirEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comment |
Gets comment.
|
![]() | CompressedSize |
Gets size of compressed dir.
|
![]() | CompressionMethod |
Gets method of compression.
|
![]() | FileName |
Gets name of file.
|
![]() | LastModified |
Gets time of last modification.
|
![]() | UncompressedSize |
Gets size of uncompressed dir.
|
![]() | VersionMadeBy |
Gets version made by (for internal format).
|
![]() | VersionNeeded |
Gets version made by (for internal format).
|
Name | Description | |
---|---|---|
![]() ![]() | Read(Stream) |
Reades dir into zip.
|
![]() ![]() | Read(Stream, Boolean) |
Reades dir into zip.
|