C# 클래스 SensorShare.FileWriter

파일 보기 프로젝트 열기: MarkPaxton/SensorShare3

공개 메소드들

메소드 설명
Append ( string text ) : void
FileWriter ( string fileName, string fileHeader ) : System.IO
Start ( ) : void

Create new file for writing

메소드 상세

Append() 공개 메소드

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

FileWriter() 공개 메소드

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

Start() 공개 메소드

Create new file for writing
public Start ( ) : void
리턴 void