Modifier and Type | Method and 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() |
public java.lang.String toString()
toString
in class java.lang.Object
public static ReadLine create(java.io.Reader reader, java.lang.String description)
public static ReadLine create(java.io.Reader reader, java.lang.String description, LineLocation parent)
public StringLocated readLine() throws java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException