C# 클래스 Gendarme.Framework.Helpers.StreamLineReader

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ReadLine ( char buffer, int index, int count ) : int
StreamLineReader ( Stream stream ) : System
StreamLineReader ( string fileName ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ReadLine() 공개 메소드

public ReadLine ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

StreamLineReader() 공개 메소드

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

StreamLineReader() 공개 메소드

public StreamLineReader ( string fileName ) : System
fileName string
리턴 System