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 voidclose()StringLocatedreadLine()voidsetPaused(boolean paused)
-
-
-
Constructor Detail
-
UncommentReadLine
public UncommentReadLine(ReadLine source)
-
-
Method Detail
-
readLine
public StringLocated readLine() throws IOException
- Specified by:
readLinein interfaceReadLine- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
setPaused
public void setPaused(boolean paused)
-
-