package jxl.biff.formula; interface ParsedThing { int read(byte[] paramArrayOfbyte, int paramInt) throws FormulaException; }