C# 클래스 Nintenlord.ROMHacking.GBA.GBAROM

상속: Nintenlord.ROMHacking.AbstractROM
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
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[]

메소드 상세

CanBeLZ77Decompressed() 공개 메소드

public CanBeLZ77Decompressed ( int offset, int maxSize, int minSize ) : bool
offset int
maxSize int
minSize int
리턴 bool

CloseROM() 공개 메소드

public CloseROM ( ) : void
리턴 void

DecompressLZ77CompressedData() 공개 메소드

public DecompressLZ77CompressedData ( int offset ) : byte[]
offset int
리턴 byte[]

GBAROM() 공개 메소드

public GBAROM ( ) : System
리턴 System

GBAROM() 공개 메소드

public GBAROM ( ) : System.Collections.Generic
리턴 System.Collections.Generic

InsertLZ77CompressedData() 공개 메소드

public InsertLZ77CompressedData ( int offset, byte data ) : void
offset int
data byte
리턴 void

InsertLZ77CompressedData() 공개 메소드

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

LZ77CompressedDataLength() 공개 메소드

public LZ77CompressedDataLength ( int offset ) : int
offset int
리턴 int

OpenROM() 공개 메소드

public OpenROM ( Stream stream ) : void
stream Stream
리턴 void

OpenROM() 공개 메소드

public OpenROM ( string path ) : void
path string
리턴 void

ReadPointer() 공개 메소드

public ReadPointer ( int offset ) : int
offset int
리턴 int

ReplacePointers() 공개 메소드

public ReplacePointers ( int oldOffset, int newOffset ) : int[]
oldOffset int
newOffset int
리턴 int[]

SaveBackup() 공개 메소드

public SaveBackup ( ) : void
리턴 void

SaveROM() 공개 메소드

public SaveROM ( Stream stream ) : void
stream Stream
리턴 void

SaveROM() 공개 메소드

public SaveROM ( string path ) : void
path string
리턴 void

ScanForLZ77CompressedData() 공개 메소드

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

SearchForPointer() 공개 메소드

public SearchForPointer ( int offset ) : int[]
offset int
리턴 int[]