Class ReusableStringReader
Inheritance
System.Object
ReusableStringReader
Assembly: Lucene.Net.dll
Syntax
public sealed class ReusableStringReader : System.IO.TextReader
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
Read()
Declaration
public override int Read()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Read(Char[], Int32, Int32)
Declaration
public override int Read(char[] c, int off, int len)
Parameters
Type |
Name |
Description |
System.Char[] |
c |
|
System.Int32 |
off |
|
System.Int32 |
len |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ReadToEnd()
Declaration
public override string ReadToEnd()
Returns
Type |
Description |
System.String |
|