The C1ZipEntry type exposes the following members.

Methods

  Name Description
Public method CheckCRC32
Calculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.
Public method CheckPassword
Checks whether this C1ZipEntry can be read with the currently set password.
Public method Equals (Inherited from Object.)
Public method Extract
Extracts this entry to a file.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method OpenReader
Returns a Stream that can be used to read the content of the entry without extracting it to a disk file.
Public method Remove
Removes this entry from the zip file.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Attributes
Gets the file attributes associated with the entry.
Public property Comment
Gets or sets a comment associated with the entry.
Public property CompressionRatio
Gets the compression ratio applied to this entry.
Public property CRC32
Gets the checksum calculated when the entry was compressed.
Public property Date
Gets the date and time when the file used to create the entry was last modified.
Public property FileName
Gets the entry name. This is usually a file name, optionally including a path.
Public property IsEncrypted
Gets a value that determines whether the entry is encrypted.
Public property SizeCompressed
Gets the compressed size of the entry, in bytes.
Public property SizeCompressedLong
Gets the compressed size of the entry, in bytes, as a long integer.
Public property SizeUncompressed
Gets the original (uncompressed) size of the entry, in bytes.
Public property SizeUncompressedLong
Gets the original (uncompressed) size of the entry, in bytes, as a long integer.

See Also