Show / Hide Table of Contents

    Class ReusableStringReader

    Internal class to enable reuse of the string reader by GetTokenStream(String, String)

    Inheritance
    System.Object
    ReusableStringReader
    Namespace: Lucene.Net.Analysis
    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)