C# 클래스 Nintenlord.GBA_Graphics_Editor.DataBuffer

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

공개 메소드들

메소드 설명
Append ( IEnumerable newData ) : void
DataBuffer ( int capacity ) : System
GetLZ77CompLenght ( ) : int
ReadCompressedData ( GBAROM rom, int offset ) : void
ReadData ( GBAROM rom, int offset, int lenght ) : void
ToArray ( ) : byte[]
WriteData ( BinaryWriter writer ) : void
WriteData ( GBAROM rom, int offset, bool compressed ) : void
this ( int index ) : byte

메소드 상세

Append() 공개 메소드

public Append ( IEnumerable newData ) : void
newData IEnumerable
리턴 void

DataBuffer() 공개 메소드

public DataBuffer ( int capacity ) : System
capacity int
리턴 System

GetLZ77CompLenght() 공개 메소드

public GetLZ77CompLenght ( ) : int
리턴 int

ReadCompressedData() 공개 메소드

public ReadCompressedData ( GBAROM rom, int offset ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
리턴 void

ReadData() 공개 메소드

public ReadData ( GBAROM rom, int offset, int lenght ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
lenght int
리턴 void

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

WriteData() 공개 메소드

public WriteData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

WriteData() 공개 메소드

public WriteData ( GBAROM rom, int offset, bool compressed ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
compressed bool
리턴 void

this() 공개 메소드

public this ( int index ) : byte
index int
리턴 byte