Package net.sourceforge.plantuml.preproc
Class ReadLineReader
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineInstrumented
-
- net.sourceforge.plantuml.preproc.ReadLineReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ReadLine
public class ReadLineReader extends ReadLineInstrumented implements ReadLine
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadLinecreate(java.io.Reader reader, java.lang.String description)static ReadLinecreate(java.io.Reader reader, java.lang.String description, LineLocation parent)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.preproc.ReadLineInstrumented
close, readLine
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classReadLineInstrumented
-
create
public static ReadLine create(java.io.Reader reader, java.lang.String description)
-
create
public static ReadLine create(java.io.Reader reader, java.lang.String description, LineLocation parent)
-
-