C# 클래스 cadencii.cp932writer

상속: IDisposable
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Write ( string line ) : void
WriteLine ( string line ) : void
cp932writer ( Stream stream ) : System
cp932writer ( string file ) : System

비공개 메소드들

메소드 설명
cp932writer ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string line ) : void
line string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void

cp932writer() 공개 메소드

public cp932writer ( Stream stream ) : System
stream Stream
리턴 System

cp932writer() 공개 메소드

public cp932writer ( string file ) : System
file string
리턴 System