C# Class SharpCifs.Util.Sharpen.BufferedWriter

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
BufferedWriter ( StreamWriter w ) : System.IO
Close ( ) : void
NewLine ( ) : void
Write ( string s ) : void

Method Details

BufferedWriter() public méthode

public BufferedWriter ( StreamWriter w ) : System.IO
w System.IO.StreamWriter
Résultat System.IO

Close() public méthode

public Close ( ) : void
Résultat void

NewLine() public méthode

public NewLine ( ) : void
Résultat void

Write() public méthode

public Write ( string s ) : void
s string
Résultat void