Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Lucene
Net
Analysis
ReusableStringReader
C# Class Lucene.Net.Analysis.ReusableStringReader
Internal class to enable reuse of the string reader by
Analyzer#tokenStream(String,String)
Inheritance:
System.IO.TextReader
Mostra file
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