C# Class Nintenlord.GBA_Graphics_Editor.DataBuffer

Editable buffer of data
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Append() public méthode

public Append ( IEnumerable newData ) : void
newData IEnumerable
Résultat void

DataBuffer() public méthode

public DataBuffer ( int capacity ) : System
capacity int
Résultat System

GetLZ77CompLenght() public méthode

public GetLZ77CompLenght ( ) : int
Résultat int

ReadCompressedData() public méthode

public ReadCompressedData ( GBAROM rom, int offset ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
Résultat void

ReadData() public méthode

public ReadData ( GBAROM rom, int offset, int lenght ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
lenght int
Résultat void

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

WriteData() public méthode

public WriteData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

WriteData() public méthode

public WriteData ( GBAROM rom, int offset, bool compressed ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
offset int
compressed bool
Résultat void

this() public méthode

public this ( int index ) : byte
index int
Résultat byte