GeneralUtility.Compress 方法

压缩的字节数组。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
Public Shared Function Compress ( _
    data As Byte() _
) As Byte()
用法
Dim data As Byte()
Dim returnValue As Byte()

returnValue = GeneralUtility.Compress(data)
public static byte[] Compress(
    byte[] data
)

参数

  • data
    类型:[]

    要压缩的字节数组。

返回值

类型:[]

另请参阅

引用

GeneralUtility 类

GeneralUtility 成员

Microsoft.Office.Project.Server.Library 命名空间