C# Class Lucene.Net.Analysis.Tokenizer.ReaderAnonymousInnerClassHelper

Inheritance: System.IO.TextReader
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
Close ( ) : void
Read ( char cbuf, int off, int len ) : int

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

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