Class PrintStreamInfoStream

java.lang.Object
org.apache.lucene.util.InfoStream
org.apache.lucene.util.PrintStreamInfoStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class PrintStreamInfoStream extends InfoStream
InfoStream implementation over a PrintStream such as System.out.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Field Details

    • messageID

      protected final int messageID
    • stream

      protected final PrintStream stream
  • Constructor Details

    • PrintStreamInfoStream

      public PrintStreamInfoStream(PrintStream stream)
    • PrintStreamInfoStream

      public PrintStreamInfoStream(PrintStream stream, int messageID)
  • Method Details