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 void
close()
static ReadLine
create(Reader reader, String description)
static ReadLine
create(Reader reader, String description, LineLocation parent)
StringLocated
readLine()
String
toString()
-
-
-
Method Detail
-
create
public static ReadLine create(Reader reader, String description, LineLocation parent)
-
readLine
public StringLocated readLine() throws IOException
- Specified by:
readLine
in interfaceReadLine
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-