@Override
 public void write(RandomAccessFile raf, IndexEntry t) throws IOException {
   t.write(raf);
 }