C# Class Nintenlord.ROMHacking.GBA.GBAROM

Inheritance: Nintenlord.ROMHacking.AbstractROM
Datei anzeigen Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
CanBeLZ77Decompressed ( int offset, int maxSize, int minSize ) : bool
CloseROM ( ) : void
DecompressLZ77CompressedData ( int offset ) : byte[]
GBAROM ( ) : System
GBAROM ( ) : System.Collections.Generic
InsertLZ77CompressedData ( int offset, byte data ) : void
InsertLZ77CompressedData ( int offset, byte data, int index, int length ) : void
LZ77CompressedDataLength ( int offset ) : int
OpenROM ( Stream stream ) : void
OpenROM ( string path ) : void
ReadPointer ( int offset ) : int
ReplacePointers ( int oldOffset, int newOffset ) : int[]
SaveBackup ( ) : void
SaveROM ( Stream stream ) : void
SaveROM ( string path ) : void
ScanForLZ77CompressedData ( int offset, int length, int maxSize, int minSize, int sizeMultible ) : int[]
SearchForPointer ( int offset ) : int[]

Method Details

CanBeLZ77Decompressed() public method

public CanBeLZ77Decompressed ( int offset, int maxSize, int minSize ) : bool
offset int
maxSize int
minSize int
return bool

CloseROM() public method

public CloseROM ( ) : void
return void

DecompressLZ77CompressedData() public method

public DecompressLZ77CompressedData ( int offset ) : byte[]
offset int
return byte[]

GBAROM() public method

public GBAROM ( ) : System
return System

GBAROM() public method

public GBAROM ( ) : System.Collections.Generic
return System.Collections.Generic

InsertLZ77CompressedData() public method

public InsertLZ77CompressedData ( int offset, byte data ) : void
offset int
data byte
return void

InsertLZ77CompressedData() public method

public InsertLZ77CompressedData ( int offset, byte data, int index, int length ) : void
offset int
data byte
index int
length int
return void

LZ77CompressedDataLength() public method

public LZ77CompressedDataLength ( int offset ) : int
offset int
return int

OpenROM() public method

public OpenROM ( Stream stream ) : void
stream Stream
return void

OpenROM() public method

public OpenROM ( string path ) : void
path string
return void

ReadPointer() public method

public ReadPointer ( int offset ) : int
offset int
return int

ReplacePointers() public method

public ReplacePointers ( int oldOffset, int newOffset ) : int[]
oldOffset int
newOffset int
return int[]

SaveBackup() public method

public SaveBackup ( ) : void
return void

SaveROM() public method

public SaveROM ( Stream stream ) : void
stream Stream
return void

SaveROM() public method

public SaveROM ( string path ) : void
path string
return void

ScanForLZ77CompressedData() public method

public ScanForLZ77CompressedData ( int offset, int length, int maxSize, int minSize, int sizeMultible ) : int[]
offset int
length int
maxSize int
minSize int
sizeMultible int
return int[]

SearchForPointer() public method

public SearchForPointer ( int offset ) : int[]
offset int
return int[]