Class PrintStreamInfoStream
Inheritance
System.Object
PrintStreamInfoStream
Assembly: Lucene.Net.dll
Syntax
public class PrintStreamInfoStream : TextWriterInfoStream
Constructors
|
Improve this Doc
View Source
PrintStreamInfoStream(TextWriter)
Declaration
public PrintStreamInfoStream(TextWriter stream)
Parameters
| Type |
Name |
Description |
| TextWriter |
stream |
|
|
Improve this Doc
View Source
PrintStreamInfoStream(TextWriter, Int32)
Declaration
public PrintStreamInfoStream(TextWriter stream, int messageID)
Parameters
| Type |
Name |
Description |
| TextWriter |
stream |
|
| System.Int32 |
messageID |
|