.get(indexOfFeList).getOffset();
// dir_chunk = Arrays.copyOfRange(data, startIndex , startIndex +
// chmDirListCont.getDirectoryListingEntryList().get(indexOfFeList).getLength());
dir_chunk = ChmCommons.copyOfRange(data, startIndex, startIndex
+ chmDirListCont.getDirectoryListingEntryList().get(indexOfFeList).getLength());
clrt = new ChmLzxcResetTable();
clrt.parse(dir_chunk, clrt);
}