public class CompoundModule.Reader extends Reader
Constructor and Description |
---|
Reader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Pair<Integer,URL> |
getOriginalPosition(int lineNumber) |
int |
read(char[] cbuf,
int off,
int len) |
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException