C# Class org.apache.lucene.analysis.miscellaneous.PatternAnalyzer.FastStringReader

A StringReader that exposes it's contained string for fast direct access. Might make sense to generalize this to CharSequence and make it public?
Inheritance: StringReader
Show file Open project: paulirwin/lucene.net

Private Properties

Property Type Description
FastStringReader System

Private Methods

Method Description
FastStringReader ( string s ) : System