C# Class DiscogsNet.FileReading.FindTextReader

Inheritance: IDisposable
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindTextReader ( TextReader reader ) : System
Prepare ( string separator ) : void
Read ( ) : string
ReadBatch ( int max, string &result ) : bool

Private Methods

Méthode Description
Preprocess ( string pattern ) : int[]
Refill ( ) : void
_Dispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FindTextReader() public méthode

public FindTextReader ( TextReader reader ) : System
reader TextReader
Résultat System

Prepare() public méthode

public Prepare ( string separator ) : void
separator string
Résultat void

Read() public méthode

public Read ( ) : string
Résultat string

ReadBatch() public méthode

public ReadBatch ( int max, string &result ) : bool
max int
result string
Résultat bool