net.sourceforge.plantuml.preproc
Class ReadLineReader

java.lang.Object
  extended by net.sourceforge.plantuml.preproc.ReadLineReader

public class ReadLineReader
extends java.lang.Object


Constructor Summary
ReadLineReader(java.io.Reader reader)
           
 
Method Summary
 void close()
           
 java.lang.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(java.io.Reader reader)
Method Detail

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.