C# Class Lucene.Net.Analysis.ReusableStringReader

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

Public Methods

Method Description
Close ( ) : void
Read ( ) : int
Read ( char c, int off, int len ) : int
ReusableStringReader ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char c, int off, int len ) : int
c char
off int
len int
return int

ReusableStringReader() public method

public ReusableStringReader ( ) : System
return System