Beispiel #1
0
 @Override
 public int read(char[] cbuf, int off, int len) throws IOException {
   return input.read(cbuf, off, len);
 }