ZipEntryInformation Class

壓縮檔案詳細資訊

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.CompressHelper (in eBizprise.Utility.CompressHelper.dll) Version: 25.0.0.0+9af286275430f5cdff066120a88db0d7edbaef7c
C#
public class ZipEntryInformation
Inheritance
Object    ZipEntryInformation

Constructors

ZipEntryInformationInitializes a new instance of the ZipEntryInformation class

Properties

AESKeySize AES加密金鑰大小
CanDecompress 是否可解壓縮
CentralHeaderRequiresZip64 是否需以Zip64儲存路徑擴充資訊
Comment 說明
CompressedSize 壓縮後檔案大小
CompressionMethod 壓縮方法
Crc 32位元檢核碼
DateTime 最後異動時間
DosTime MS-DOS最後異動時間
ExternalFileAttributes 額外擴充檔案屬性
ExtraData 擴充資訊
FileContent 檔案內容
Flags 一般目的旗標
HasCrc 是否有32位元檢核碼
HostSystem 主機系統
IsCrypted 是否加密
IsDirectory 是否為資料匣節點
IsDOSEntry 是否為DOS/WIndows系統節點
IsFile 是否為檔案節點
IsUnicodeText 是否為Unicode說明
LocalHeaderRequiresZip64 檔案標題是否需以Zip64儲存擴充屬性
Name 檔案名稱
Offset 偏移值
Size 原始檔案大小
Version 版本號
VersionMadeBy 次版本號
ZipFileIndex 壓縮檔案索引

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also