Class PrintStreamInfoStream
LUCENENET specific stub to assist with migration to TextWriterInfoStream.
Implements
Inherited Members
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
PrintStreamInfoStream(TextWriter)
LUCENENET specific stub to assist with migration to TextWriterInfoStream.
Declaration
public PrintStreamInfoStream(TextWriter stream)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | stream |
PrintStreamInfoStream(TextWriter, int)
LUCENENET specific stub to assist with migration to TextWriterInfoStream.
Declaration
public PrintStreamInfoStream(TextWriter stream, int messageID)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | stream | |
int | messageID |