C# 클래스 SerahToolkit_SharpGL.FF8_Core.LZSS

파일 보기 프로젝트 열기: MaKiPL/FF8-Rinoa-s-Toolset 1 사용 예제들

공개 메소드들

메소드 설명
DecompressAll ( byte data, uint fileSize, int size ) : byte[]

Decompiles LZSS. You have to know the OutputSize.

비공개 메소드들

메소드 설명
ReturnDynamic ( byte result, int curResult ) : byte[]

메소드 상세

DecompressAll() 공개 정적인 메소드

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
리턴 byte[]