C# Class Nintenlord.GBA.GBAROM

Inheritance: AbstractROM
Show file Open project: Jdbye/Telefang-2-English-Translation-Project Class Usage Examples

Public Methods

Method Description
CanBeLZ77Decompressed ( int offset, int maxSize, int minSize ) : bool
CloseROM ( ) : void
DecompressLZ77CompressedData ( int offset ) : byte[]
DecompressMalias2CompressedData ( int offset ) : byte[]
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 ( string path ) : void
ReplacePointers ( int oldOffset, int newOffset ) : int[]
SaveBackup ( ) : void
SaveROM ( string path ) : void
ScanForLZ77CompressedData ( int offset, int length, int maxSize, int minSize, int sizeMultible ) : int[]
ScanForMalias2CompressedData ( 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[]

DecompressMalias2CompressedData() public method

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

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 ( string path ) : void
path string
return void

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 ( 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[]

ScanForMalias2CompressedData() public method

public ScanForMalias2CompressedData ( 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[]