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