Uses of Class
org.apache.poi.hssf.model.RecordStream
Packages that use RecordStream
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
record aggregates are not real "records" but collections of records that act as a single record.
-
Uses of RecordStream in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return RecordStreamMethods in org.apache.poi.hssf.model with parameters of type RecordStreamModifier and TypeMethodDescriptionstatic InternalSheet
InternalSheet.createSheet
(RecordStream rs) read support (offset used as starting point for search) for low level API.Constructors in org.apache.poi.hssf.model with parameters of type RecordStreamModifierConstructorDescriptionAlso collects any loose MergeCellRecords and puts them in the supplied mergedCellsTable -
Uses of RecordStream in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates with parameters of type RecordStreamModifier and TypeMethodDescriptionvoid
PageSettingsBlock.addLateRecords
(RecordStream rs) This method reads PageSettingsBlock records from the supplied RecordStream until the first non-PageSettingsBlock record is encountered.void
WorksheetProtectionBlock.addRecords
(RecordStream rs) This method readsWorksheetProtectionBlock
records from the supplied RecordStream until the first non-WorksheetProtectionBlock record is encountered.void
ValueRecordsAggregate.construct
(CellValueRecordInterface rec, RecordStream rs, SharedValueManager sfh) Processes a single cell value recordstatic CFRecordsAggregate
CFRecordsAggregate.createCFAggregate
(RecordStream rs) Create CFRecordsAggregate from a list of CF Recordsvoid
MergedCellsTable.read
(RecordStream rs) reads zero or more consecutiveMergeCellsRecord
sConstructors in org.apache.poi.hssf.record.aggregates with parameters of type RecordStreamModifierConstructorDescription