this.formatConfig = formatPlugin.getConfig();
this.fs = formatPlugin.getFileSystem().getUnderlying();
this.entries = Lists.newArrayList();
for (FileStatus file : files) {
entries.add(new ReadEntryWithPath(file.getPath().toString()));
}
this.selectionRoot = selectionRoot;
readFooter(files);