net.sourceforge.plantuml.preproc
Class ReadLineReader

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

public class ReadLineReader
extends Object
implements ReadLine


Constructor Summary
ReadLineReader(Reader reader)
           
 
Method Summary
 void close()
           
 String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadLineReader

public ReadLineReader(Reader reader)
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


Copyright © 2013. All Rights Reserved.