ComponentOne Zip for UWP
C1ZipEntry Class Members
Properties  Methods 

C1.UWP.Zip Assembly > C1.C1Zip Namespace : C1ZipEntry Class

The following tables list the members exposed by C1ZipEntry.

Public Properties
 NameDescription
Public PropertyGets the file attributes associated with the entry.  
Public PropertyGets or sets a comment associated with the entry.  
Public PropertyGets the compression ratio applied to this entry.  
Public PropertyGets the checksum calculated when the entry was compressed.  
Public PropertyGets the date and time when the file used to create the entry was last modified.  
Public PropertyGets the entry name. This is usually a file name, optionally including a path.  
Public PropertyGets a value that determines whether the entry is encrypted.  
Public PropertyGets the compressed size of the entry, in bytes.  
Public PropertyGets the compressed size of the entry, in bytes, as a long integer.  
Public PropertyGets the original (uncompressed) size of the entry, in bytes.  
Public PropertyGets the original (uncompressed) size of the entry, in bytes, as a long integer.  
Top
Public Methods
 NameDescription
Public MethodCalculates a checksum value for the entry and compares it to the checksum that was stored when the entry was created.  
Public MethodChecks whether this C1ZipEntry can be read with the currently set password.  
Public MethodExtracts this entry to a file.  
Public MethodReturns a System.IO.Stream that can be used to read the content of the entry without extracting it to a disk file.  
Public MethodRemoves this entry from the zip file.  
Top
See Also

Reference

C1ZipEntry Class
C1.C1Zip Namespace