C# Class KFreonLib.Helpers.ManagedLZO.LZO1X

ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
Compress ( byte src ) : byte[]
Decompress ( byte src, byte dst ) : void

Private Methods

Method Description
LZOCompress ( [ srcBuf, uint srcLen, [ dstBuf, uint &dstLen ) : Int32
LZODecompress ( [ srcBuf, uint srcLen, [ dstBuf, uint &dstLen ) : Int32

Method Details

Compress() public static method

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

Decompress() public static method

public static Decompress ( byte src, byte dst ) : void
src byte
dst byte
return void