Package net.sourceforge.plantuml.preproc
Class ReadLineReader
java.lang.Object
net.sourceforge.plantuml.preproc.ReadLineReader
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ReadLine
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
create
-
create
public static ReadLine create(java.io.Reader reader, java.lang.String description, LineLocation parent) -
readLine
-
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
-