C# 클래스 Fire_Emblem_Map_Editor.LZ77

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
Compress ( BinaryReader br, int offset, int size ) : byte[]
Compress ( byte unCompressedData ) : byte[]
Scan ( BinaryReader br ) : int[]
UnCompress ( BinaryReader br, int offset ) : byte[]
UnCompress ( byte CompressedData ) : byte[]

비공개 메소드들

메소드 설명
Search ( List SlidingWindow, byte ReadAheadBuffer ) : int[]

메소드 상세

Compress() 공개 메소드

public Compress ( BinaryReader br, int offset, int size ) : byte[]
br System.IO.BinaryReader
offset int
size int
리턴 byte[]

Compress() 공개 메소드

public Compress ( byte unCompressedData ) : byte[]
unCompressedData byte
리턴 byte[]

Scan() 공개 메소드

public Scan ( BinaryReader br ) : int[]
br System.IO.BinaryReader
리턴 int[]

UnCompress() 공개 메소드

public UnCompress ( BinaryReader br, int offset ) : byte[]
br System.IO.BinaryReader
offset int
리턴 byte[]

UnCompress() 공개 메소드

public UnCompress ( byte CompressedData ) : byte[]
CompressedData byte
리턴 byte[]