C# Class RBRCIT.FilePatcher

Datei anzeigen Open project: zissakos/RBRCIT Class Usage Examples

Public Methods

Method Description
FilePatcher ( string filename ) : System
Save ( ) : void
SaveAs ( string filename ) : void
WriteAt ( int address, int maxlength, string s ) : void

Method Details

FilePatcher() public method

public FilePatcher ( string filename ) : System
filename string
return System

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( string filename ) : void
filename string
return void

WriteAt() public method

public WriteAt ( int address, int maxlength, string s ) : void
address int
maxlength int
s string
return void