Esempio n. 1
0
 @Override
 public int read(char[] cbuf, int off, int len) throws IOException {
   return input.read(cbuf, off, len);
 }
Esempio n. 2
0
 @Override
 public void close() throws IOException {
   input.close();
 }
Esempio n. 3
0
 public String getEncoding() {
   return input.getEncoding();
 }