SoftZipped.CompressBytes 方法 |
压缩字节数据
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.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
- 类型:System.Byte[]
等待被压缩的数据
返回值
类型:
Byte[]压缩之后的字节数据
异常异常 | 条件 |
---|
ArgumentNullException | |
参见