Ejemplo n.º 1
0
 @Override
 public int read() throws IOException {
   return inputStream.read();
 }
Ejemplo n.º 2
0
 @Override
 public void close() throws IOException {
   logger.debug("Closing ScpInputStream");
   inputStream.closeEntry();
   inputStream.close();
 }