C# 클래스 Ohana3DS_Transfigured.Ohana.Compressions.BLZ

파일 보기 프로젝트 열기: Quibilia/Ohana3DS-Transfigured

공개 메소드들

메소드 설명
decompress ( Stream data ) : byte[]

Decompress data compressed with Backward LZ77 algorithm.

비공개 메소드들

메소드 설명
invert ( byte data ) : byte[]
readByte ( byte input, uint &address ) : byte
readInt ( byte input, uint &address ) : int
readUInt ( byte input, uint &address ) : uint
readUShort ( byte input, uint &address ) : ushort

메소드 상세

decompress() 공개 정적인 메소드

Decompress data compressed with Backward LZ77 algorithm.
public static decompress ( Stream data ) : byte[]
data Stream Data to be decompressed
리턴 byte[]