C# 클래스 cadencii.cp932reader

상속: IDisposable
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Peek ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
cp932reader ( Stream stream ) : System
cp932reader ( string path ) : System

비공개 메소드들

메소드 설명
cp932reader ( ) : System
get_line ( byte &line ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string

cp932reader() 공개 메소드

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

cp932reader() 공개 메소드

public cp932reader ( string path ) : System
path string
리턴 System