Package net.sourceforge.plantuml.preproc
Class UncommentReadLine
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.UncommentReadLine
-
-
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 java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
setPaused
public void setPaused(boolean paused)
-
-