| 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.Objectpublic 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.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException