Class PrintStreamInfoStream
LUCENENET specific stub to assist with migration to TextWriterInfoStream.
Implements
System.IDisposable
  Inherited Members
      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, IDisposableConstructors
| Improve this Doc View SourcePrintStreamInfoStream(TextWriter)
Declaration
public PrintStreamInfoStream(TextWriter stream)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.TextWriter | stream | 
PrintStreamInfoStream(TextWriter, Int32)
Declaration
public PrintStreamInfoStream(TextWriter stream, int messageID)Parameters
| Type | Name | Description | 
|---|---|---|
| System.IO.TextWriter | stream | |
| System.Int32 | messageID | 
Implements
      System.IDisposable