Package org.apache.poi.hssf.record.cont

Class Summary
ContinuableRecord Common superclass of all records that can produce ContinueRecords while being serialized.
ContinuableRecordInput A decorated RecordInputStream that can read primitive data types (short, int, long, etc.) spanned across a ContinueRecord boundary.
ContinuableRecordOutput An augmented LittleEndianOutput used for serialization of ContinuableRecords.