C# Class SerahToolkit_SharpGL.FF8_Core.LZSS

Afficher le fichier Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
DecompressAll ( byte data, uint fileSize, int size ) : byte[]

Decompiles LZSS. You have to know the OutputSize.

Private Methods

Méthode Description
ReturnDynamic ( byte result, int curResult ) : byte[]

Method Details

DecompressAll() public static méthode

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
Résultat byte[]