@Override
 public InputStream getInputStream(long offset) throws IOException {
   return file.getInputStream(offset);
 }
 @Override
 public InputStream getInputStream() throws IOException {
   return file.getInputStream();
 }