@Override
 public boolean reseek(byte[] row) throws IOException {
   return outerScanner.reseek(row);
 }