C# 클래스 GBA.LZ77

파일 보기 프로젝트 열기: jeffman/MOTHER-3-Funland 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( byte data ) : byte[]
Compress ( byte data, int address, int length ) : byte[]
Decompress ( byte data, int address, byte &output ) : int

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( byte data ) : byte[]
data byte
리턴 byte[]

Compress() 공개 정적인 메소드

public static Compress ( byte data, int address, int length ) : byte[]
data byte
address int
length int
리턴 byte[]

Decompress() 공개 정적인 메소드

public static Decompress ( byte data, int address, byte &output ) : int
data byte
address int
output byte
리턴 int