解压压缩后的数据
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] Decompress(
byte[] bytes
)
Public Shared Function Decompress (
bytes As Byte()
) As Byte()
public:
static array<unsigned char>^ Decompress(
array<unsigned char>^ bytes
)
static member Decompress :
bytes : byte[] -> byte[]
参数
- bytes
- 类型:SystemByte
压缩后的数据
返回值
类型:
Byte压缩前的原始字节数据
异常 异常 | 条件 |
---|
ArgumentNullException | |
参见