C# Class SharpCifs.Util.Sharpen.BufferedWriter

Datei anzeigen Open project: brandonprry/Potato

Public Methods

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

Method Details

BufferedWriter() public method

public BufferedWriter ( StreamWriter w ) : System.IO
w System.IO.StreamWriter
return System.IO

Close() public method

public Close ( ) : void
return void

NewLine() public method

public NewLine ( ) : void
return void

Write() public method

public Write ( string s ) : void
s string
return void