Class RMLogger.Reader

  • Enclosing class:
    RMLogger

    public static class RMLogger.Reader
    extends java.lang.Object
    A class to read lines from a given input stream in a separate thread and print them.
    • Constructor Summary

      Constructors 
      Constructor Description
      Reader​(RMLogger aLogger, java.io.InputStream anInputStream)
      Creates a new stream printer for given input stream.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void println​(java.lang.String aString)
      Does print.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Reader

        public Reader​(RMLogger aLogger,
                      java.io.InputStream anInputStream)
        Creates a new stream printer for given input stream.
    • Method Detail

      • println

        public void println​(java.lang.String aString)
        Does print.