C# Class Sharpen.BufferedWriter

Show file Open project: nonorganic/dssnet

Public Methods

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

Method Details

BufferedWriter() public method

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

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