Package net.sourceforge.plantuml.preproc
Class ReadLineReader
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,ReadLine
public class ReadLineReader extends Object implements ReadLine
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static ReadLinecreate(Reader reader, String description)static ReadLinecreate(Reader reader, String description, LineLocation parent)StringLocatedreadLine()StringtoString()
-
-
-
Method Detail
-
create
public static ReadLine create(Reader reader, String description, LineLocation parent)
-
readLine
public StringLocated readLine() throws IOException
- Specified by:
readLinein interfaceReadLine- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-