public SuccinctFileStreamBench(String serializedDataPath) throws IOException {
   buffer = new SuccinctFileStream(new Path(serializedDataPath), BenchmarkUtils.getConf());
 }