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 void
close()
StringLocated
readLine()
void
setPaused(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:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
setPaused
public void setPaused(boolean paused)
-
-