C# Class BinLib.Blib

Afficher le fichier Open project: Gl237man/mineroute Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Blib ( ) : System
Résultat System

Load() public méthode

public Load ( string fileName ) : void
fileName string
Résultat void

ReadAllLines() public méthode

public ReadAllLines ( string fileName ) : string[]
fileName string
Résultat string[]

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

WriteAllLines() public méthode

public WriteAllLines ( string fileName, string lines ) : void
fileName string
lines string
Résultat void