The C1ZipEntry type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckCRC32 |
Calculates a checksum value for the entry and compares it to the checksum that
was stored when the entry was created.
|
![]() |
CheckPassword |
Checks whether this C1ZipEntry can be read with the currently set password.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Extract |
Extracts this entry to a file.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
OpenReader |
Returns a Stream that can be used to read the content of the entry without
extracting it to a disk file.
|
![]() |
Remove |
Removes this entry from the zip file.
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Attributes |
Gets the file attributes associated with the entry.
|
![]() |
Comment |
Gets or sets a comment associated with the entry.
|
![]() |
CompressionRatio |
Gets the compression ratio applied to this entry.
|
![]() |
CRC32 |
Gets the checksum calculated when the entry was compressed.
|
![]() |
Date |
Gets the date and time when the file used to create the entry was last modified.
|
![]() |
FileName |
Gets the entry name. This is usually a file name, optionally including a path.
|
![]() |
IsEncrypted |
Gets a value that determines whether the entry is encrypted.
|
![]() |
SizeCompressed |
Gets the compressed size of the entry, in bytes.
|
![]() |
SizeCompressedLong |
Gets the compressed size of the entry, in bytes, as a long integer.
|
![]() |
SizeUncompressed |
Gets the original (uncompressed) size of the entry, in bytes.
|
![]() |
SizeUncompressedLong |
Gets the original (uncompressed) size of the entry, in bytes, as a long integer.
|