public void seek(long pos) throws IOException {
   content.seek(pos);
 }