C# Class SevenZip.Compression.LZMA.SevenZipHelper

显示文件 Open project: sunag/sea3d Class Usage Examples

Public Methods

Method Description
Compress ( byte inputBytes ) : byte[]
Decompress ( byte inputBytes ) : byte[]

Method Details

Compress() public static method

public static Compress ( byte inputBytes ) : byte[]
inputBytes byte
return byte[]

Decompress() public static method

public static Decompress ( byte inputBytes ) : byte[]
inputBytes byte
return byte[]