Package net.sourceforge.plantuml.preproc
Class ReadLineReader
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineReader
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static ReadLine
create(java.io.Reader reader, java.lang.String description)
static ReadLine
create(java.io.Reader reader, java.lang.String description, LineLocation parent)
StringLocated
readLine()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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)
-
readLine
public StringLocated readLine() throws java.io.IOException
-
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
-
-