- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {BufferedReader b =
InputStream in;new BufferedReader(new InputStreamReader(in))
Reader in;new BufferedReader(in)
File file;new BufferedReader(new FileReader(file))
- Smart code suggestions by Codota
}
protected CharacterStream getUnderlyingStream() throws SQLException { resetIfNeeded(); return characterStream; }
protected Reader getCharacterStream() throws SQLException { resetIfNeeded(); return reader; }
protected CharacterStream getUnderlyingStream() throws SQLException { resetIfNeeded(); return characterStream; }
protected Reader getCharacterStream() throws SQLException { resetIfNeeded(); return reader; }
protected InputStream getAsciiStream() throws SQLException { resetIfNeeded(); return new ReaderInputStream( reader ); }
protected InputStream getAsciiStream() throws SQLException { resetIfNeeded(); return new ReaderInputStream( reader ); }