C# 클래스 Lucene.Net.Analysis.ReusableStringReader

Internal class to enable reuse of the string reader by Analyzer#tokenStream(String,String)
상속: System.IO.TextReader
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Read ( ) : int
Read ( char c, int off, int len ) : int
ReusableStringReader ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char c, int off, int len ) : int
c char
off int
len int
리턴 int

ReusableStringReader() 공개 메소드

public ReusableStringReader ( ) : System
리턴 System