Package net.sourceforge.plantuml.preproc
Class UncommentReadLine
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.UncommentReadLine
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ReadLine
public class UncommentReadLine extends Object implements ReadLine
-
-
Constructor Summary
Constructors Constructor Description UncommentReadLine(ReadLine source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
void
setPaused(boolean paused)
-
-
-
Constructor Detail
-
UncommentReadLine
public UncommentReadLine(ReadLine source)
-
-
Method Detail
-
readLine
public StringLocated readLine() throws IOException
- Specified by:
readLine
in interfaceReadLine
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
setPaused
public void setPaused(boolean paused)
-
-