C# Class FETextEditor.FEditor_shit.FEditorSucks

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
AHCopy ( Stream source, Stream dest ) : void
HasFooter ( GBAROM rom ) : bool
RemoveAndReadFooter ( GBAROM rom, GBAMemoryManager memMan ) : void

Private Methods

Method Description
EvenNumberAdvanced ( this stream, long start ) : bool
ReadEncodedInteger ( this reader ) : int

Method Details

AHCopy() public static method

public static AHCopy ( Stream source, Stream dest ) : void
source Stream
dest Stream
return void

HasFooter() public static method

public static HasFooter ( GBAROM rom ) : bool
rom Nintenlord.ROMHacking.GBA.GBAROM
return bool

RemoveAndReadFooter() public static method

public static RemoveAndReadFooter ( GBAROM rom, GBAMemoryManager memMan ) : void
rom Nintenlord.ROMHacking.GBA.GBAROM
memMan GBAMemoryManager
return void