C# Class Eclipse.IndexingService.FilterReader

Implements a TextReader that reads from an IFilter.
Inheritance: TextReader
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
InternalRead int
ReadFromBuffer bool
ReadIFilterImpl void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FilterReader() public méthode

public FilterReader ( byte bytes ) : System
bytes byte
Résultat System

FilterReader() public méthode

public FilterReader ( byte bytes, string extension ) : System
bytes byte
extension string
Résultat System

FilterReader() public méthode

public FilterReader ( byte bytes, string extension, uint blockSize ) : System
bytes byte
extension string
blockSize uint
Résultat System

FilterReader() public méthode

public FilterReader ( byte bytes, uint blockSize ) : System
bytes byte
blockSize uint
Résultat System

FilterReader() public méthode

public FilterReader ( string fileName ) : System
fileName string
Résultat System

FilterReader() public méthode

public FilterReader ( string fileName, string extension ) : System
fileName string
extension string
Résultat System

FilterReader() public méthode

public FilterReader ( string fileName, string extension, uint blockSize ) : System
fileName string
extension string
blockSize uint
Résultat System

FilterReader() public méthode

public FilterReader ( string fileName, uint blockSize ) : System
fileName string
blockSize uint
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

Init() public méthode

public Init ( Exception &ex ) : void
ex System.Exception
Résultat void

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( char array, int offset, int count ) : int
array char
offset int
count int
Résultat int

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string