class ZipArchiveEntry
in global :: System . IO . Compression
Represents a compressed file within a zip archive.
public ZipArchive Archive { get; }
Gets the zip archive that the entry belongs to.
- Returns The zip archive that the entry belongs to, or if the entry has been deleted.
public long CompressedLength { get; }
Gets the compressed size of the entry in the zip archive.
- Returns The compressed size of the entry in the zip archive.
public uint Crc32 { get; }
No summary.
public int ExternalAttributes { get; set; }
OS and application specific file attributes.
- Returns The external attributes written by the application when this entry was written. It is both host OS and application dependent.
public string FullName { get; }
Gets the relative path of the entry in the zip archive.
- Returns The relative path of the entry in the zip archive.
public DateTimeOffset LastWriteTime { get; set; }
Gets or sets the last time the entry in the zip archive was changed.
- Returns The last time the entry in the zip archive was changed.
public long Length { get; }
Gets the uncompressed size of the entry in the zip archive.
- Returns The uncompressed size of the entry in the zip archive.
public string Name { get; }
Gets the file name of the entry in the zip archive.
- Returns The file name of the entry in the zip archive.
public bool IsEncrypted { get; }
😔 No documentation found.
public string Comment { get; set; }
😔 No documentation found.
public void Delete( )
😔 No documentation found.
public Stream Open( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.