CompressHelper Class

壓縮助手

Definition

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

Constructors

CompressHelperInitializes a new instance of the CompressHelper class

Methods

CompressZip(DictionaryString, Byte, String) 新增檔案至壓縮檔
CompressZip(String, DictionaryString, Byte) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, CompressionLevel, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, CompressionMethod, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionLevel) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionMethod) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, CompressionLevel, CompressionMethod, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionLevel, CompressionMethod) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionLevel, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionMethod, String) 新增檔案至壓縮檔
CompressZip(DictionaryString, Byte, String, CompressionLevel, CompressionMethod, String) 新增檔案至壓縮檔
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)
UnCompressZip(Stream) 解壓縮檔案
UnCompressZip(Stream, String) 解壓縮檔案
UnCompressZipWithInfo(Stream) 解壓縮檔案並取得詳細資訊
UnCompressZipWithInfo(Stream, String) 解壓縮檔案並取得詳細資訊

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