C# Class SerahToolkit_SharpGL.FF8_Core.LZSS

显示文件 Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Methods

Method Description
DecompressAll ( byte data, uint fileSize, int size ) : byte[]

Decompiles LZSS. You have to know the OutputSize.

Private Methods

Method Description
ReturnDynamic ( byte result, int curResult ) : byte[]

Method Details

DecompressAll() public static method

Decompiles LZSS. You have to know the OutputSize.
public static DecompressAll ( byte data, uint fileSize, int size ) : byte[]
data byte buffer
fileSize uint Original filesize of compressed file
size int Filesize of final file
return byte[]