Class UncommentReadLine

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, ReadLine

    public class UncommentReadLine
    extends java.lang.Object
    implements ReadLine
    • Constructor Detail

      • UncommentReadLine

        public UncommentReadLine​(ReadLine source)
    • Method Detail

      • readLine

        public StringLocated readLine()
                               throws java.io.IOException
        Specified by:
        readLine in interface ReadLine
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • setPaused

        public void setPaused​(boolean paused)