C# 클래스 System.IO.StreamReader.NullStreamReader

상속: StreamReader
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Peek ( ) : int
Read ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
NullStreamReader ( ) : System.Text
Read ( char buffer, int index, int count ) : int
ReadBuffer ( ) : int

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string