return false;
}
public void process(File file, ParserContext ctx) throws IOException {
DataSource ftk = new FileDataSource(file);
FIB pFib = new FIB(Word2LanguageMap.getLanguageMap(),
Word2Adapter.Offset_To_DOP);
ctx.fireStartParseEvent("header");
WordUtils.getHeader(ftk, ctx);
ctx.fireEndParseEvent("header");
ctx.fireStartParseEvent("FIB");
pFib.read(ftk, ctx);
ctx.fireEndParseEvent("FIB");
// Check fib is good
ftk.setPosition(Offset_To_sttbfAssoc);
int iSttbAssocFP = (int) FXUtil.getNumericalValue(ftk,