C# 클래스 Eclipse.IndexingService.FilterReader

Implements a TextReader that reads from an IFilter.
상속: TextReader
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InternalRead int
ReadFromBuffer bool
ReadIFilterImpl void

공개 메소드들

메소드 설명
FilterReader ( byte bytes ) : System
FilterReader ( byte bytes, string extension ) : System
FilterReader ( byte bytes, string extension, uint blockSize ) : System
FilterReader ( byte bytes, uint blockSize ) : System
FilterReader ( string fileName ) : System
FilterReader ( string fileName, string extension ) : System
FilterReader ( string fileName, string extension, uint blockSize ) : System
FilterReader ( string fileName, uint blockSize ) : System
Init ( ) : void
Init ( Exception &ex ) : void
Peek ( ) : int
Read ( ) : int
Read ( char array, int offset, int count ) : int
ReadToEnd ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
InternalRead ( char array, int offset, int count ) : int
ReadFromBuffer ( char array, int offset, int &count ) : bool
ReadIFilterImpl ( char array, int offset, int &remaining, bool peek, bool forceDirectlyWrite ) : void

메소드 상세

Dispose() 보호된 메소드

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

FilterReader() 공개 메소드

public FilterReader ( byte bytes ) : System
bytes byte
리턴 System

FilterReader() 공개 메소드

public FilterReader ( byte bytes, string extension ) : System
bytes byte
extension string
리턴 System

FilterReader() 공개 메소드

public FilterReader ( byte bytes, string extension, uint blockSize ) : System
bytes byte
extension string
blockSize uint
리턴 System

FilterReader() 공개 메소드

public FilterReader ( byte bytes, uint blockSize ) : System
bytes byte
blockSize uint
리턴 System

FilterReader() 공개 메소드

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

FilterReader() 공개 메소드

public FilterReader ( string fileName, string extension ) : System
fileName string
extension string
리턴 System

FilterReader() 공개 메소드

public FilterReader ( string fileName, string extension, uint blockSize ) : System
fileName string
extension string
blockSize uint
리턴 System

FilterReader() 공개 메소드

public FilterReader ( string fileName, uint blockSize ) : System
fileName string
blockSize uint
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

Init() 공개 메소드

public Init ( Exception &ex ) : void
ex System.Exception
리턴 void

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char array, int offset, int count ) : int
array char
offset int
count int
리턴 int

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string