@Override public int read() throws IOException { return inputStream.read(); }
@Override public void close() throws IOException { logger.debug("Closing ScpInputStream"); inputStream.closeEntry(); inputStream.close(); }