\r
import org.apache.poi.hssf.record.Record;\r
import org.apache.poi.hssf.record.RecordBase;\r
-import org.apache.poi.hssf.record.RecordInputStream;\r
\r
/**\r
* <tt>RecordAggregate</tt>s are groups of of BIFF <tt>Record</tt>s that are typically stored \r
* @author Josh Micich\r
*/\r
public abstract class RecordAggregate extends RecordBase {\r
- // TODO - delete these methods when all subclasses have been converted\r
- protected final void validateSid(short id) {\r
- throw new RuntimeException("Should not be called");\r
- }\r
- protected final void fillFields(RecordInputStream in) {\r
- throw new RuntimeException("Should not be called");\r
- }\r
- public final short getSid() {\r
- throw new RuntimeException("Should not be called");\r
- }\r
\r
/**\r
* Visit each of the atomic BIFF records contained in this {@link RecordAggregate} in the order\r