CompressHelper Class
壓縮助手
Namespace: eBizprise.UtilityAssembly: eBizprise.Utility.CompressHelper (in eBizprise.Utility.CompressHelper.dll) Version: 25.0.0.0+9af286275430f5cdff066120a88db0d7edbaef7c
public class CompressHelper
- Inheritance
- Object CompressHelper
| 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) |
新增檔案至壓縮檔
|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UnCompressZip(Stream) |
解壓縮檔案
|
| UnCompressZip(Stream, String) |
解壓縮檔案
|
| UnCompressZipWithInfo(Stream) |
解壓縮檔案並取得詳細資訊
|
| UnCompressZipWithInfo(Stream, String) |
解壓縮檔案並取得詳細資訊
|