 | SevenZipExDecompress 方法 (Byte) |
Sweet 开发框架
解压缩数组
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static byte[] Decompress(
byte[] input
)
Public Shared Function Decompress (
input As Byte()
) As Byte()
static member Decompress :
input : byte[] -> byte[]
参数
- input
- 类型:SystemByte
数组
返回值
类型:
Byte结果
参见