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 voidclose()static ReadLinecreate(java.io.Reader reader, java.lang.String description)static ReadLinecreate(java.io.Reader reader, java.lang.String description, LineLocation parent)StringLocatedreadLine()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-