GeneralUtility.Decompress メソッド
バイト配列の圧縮を解除します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Shared Function Decompress ( _
data As Byte() _
) As Byte()
'使用
Dim data As Byte()
Dim returnValue As Byte()
returnValue = GeneralUtility.Decompress(data)
public static byte[] Decompress(
byte[] data
)
パラメーター
data
型: []圧縮するバイト配列。
戻り値
型: []