C# Class Lucene.Net.Analysis.ReusableStringReader

Internal class to enable reuse of the string reader by Analyzer#tokenStream(String,String)
Inheritance: System.IO.TextReader
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Read ( ) : int
Read ( char c, int off, int len ) : int
ReusableStringReader ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( char c, int off, int len ) : int
c char
off int
len int
Résultat int

ReusableStringReader() public méthode

public ReusableStringReader ( ) : System
Résultat System