C# Class Sharpen.BufferedWriter

Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

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

Method Details

BufferedWriter() public méthode

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

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