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 ReadLine
create(java.io.Reader reader, java.lang.String description)
static ReadLine
create(java.io.Reader reader, java.lang.String description, LineLocation parent)
java.lang.String
toString()
-
Methods inherited from class net.sourceforge.plantuml.preproc.ReadLineInstrumented
close, readLine
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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)
-
-