Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PrintStreamInfoStream

    LUCENENET specific stub to assist with migration to TextWriterInfoStream.

    Inheritance
    System.Object
    InfoStream
    TextWriterInfoStream
    PrintStreamInfoStream
    Implements
    System.IDisposable
    Inherited Members
    TextWriterInfoStream.m_messageID
    TextWriterInfoStream.m_stream
    TextWriterInfoStream.Message(String, String)
    TextWriterInfoStream.IsEnabled(String)
    TextWriterInfoStream.Dispose(Boolean)
    TextWriterInfoStream.IsSystemStream
    InfoStream.NO_OUTPUT
    InfoStream.Default
    InfoStream.Dispose()
    InfoStream.Clone()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    [Obsolete("Use TextWriterInfoStream in .NET. This class is provided only to assist with the transition.")]
    public class PrintStreamInfoStream : TextWriterInfoStream, IDisposable

    Constructors

    | Improve this Doc View Source

    PrintStreamInfoStream(TextWriter)

    Declaration
    public PrintStreamInfoStream(TextWriter stream)
    Parameters
    Type Name Description
    System.IO.TextWriter stream
    | Improve this Doc View Source

    PrintStreamInfoStream(TextWriter, Int32)

    Declaration
    public PrintStreamInfoStream(TextWriter stream, int messageID)
    Parameters
    Type Name Description
    System.IO.TextWriter stream
    System.Int32 messageID

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.