public class SQLReader extends FilterReader
| Modifier and Type | Field and Description |
|---|---|
protected ResultSet |
rs |
protected Statement |
stm |
in| Constructor and Description |
|---|
SQLReader(Reader reader,
ResultSet rs,
Statement stm) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int off,
int len) |
mark, markSupported, ready, reset, skippublic SQLReader(Reader reader, ResultSet rs, Statement stm) throws SQLException
SQLExceptionpublic int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderIOException