net.sourceforge.plantuml.preproc
Class UncommentReadLine

java.lang.Object
  extended by net.sourceforge.plantuml.preproc.UncommentReadLine
All Implemented Interfaces:
Closeable, ReadLine

public class UncommentReadLine
extends Object
implements ReadLine


Constructor Summary
UncommentReadLine(ReadLine source)
           
 
Method Summary
 void close()
           
 String readLine()
           
 void setPaused(boolean paused)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UncommentReadLine

public UncommentReadLine(ReadLine source)
Method Detail

readLine

public String readLine()
                throws IOException
Specified by:
readLine in interface ReadLine
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

setPaused

public void setPaused(boolean paused)


Copyright © 2014. All Rights Reserved.