C# Class SensorShare.FileWriter

ファイルを表示 Open project: MarkPaxton/SensorShare3

Public Methods

Method Description
Append ( string text ) : void
FileWriter ( string fileName, string fileHeader ) : System.IO
Start ( ) : void

Create new file for writing

Method Details

Append() public method

public Append ( string text ) : void
text string Add the string to the end of the file
return void

FileWriter() public method

public FileWriter ( string fileName, string fileHeader ) : System.IO
fileName string The name of the file to be written to
fileHeader string
return System.IO

Start() public method

Create new file for writing
public Start ( ) : void
return void