C# Class BinLib.Blib

Exibir arquivo Open project: Gl237man/mineroute Class Usage Examples

Public Methods

Method Description
Blib ( ) : System
Load ( string fileName ) : void
ReadAllLines ( string fileName ) : string[]
Save ( string fileName ) : void
WriteAllLines ( string fileName, string lines ) : void

Private Methods

Method Description
GetFile ( string name ) : File
GetInt ( GZipStream gz ) : int
ReadAllBytes ( string fileName ) : byte[]
ReadAllText ( string fileName ) : string
SaveFile ( File file ) : void

Method Details

Blib() public method

public Blib ( ) : System
return System

Load() public method

public Load ( string fileName ) : void
fileName string
return void

ReadAllLines() public method

public ReadAllLines ( string fileName ) : string[]
fileName string
return string[]

Save() public method

public Save ( string fileName ) : void
fileName string
return void

WriteAllLines() public method

public WriteAllLines ( string fileName, string lines ) : void
fileName string
lines string
return void