Uses of Class
org.apache.poi.hssf.record.RecordInputStream
Packages that use RecordInputStream
Package
Description
Record package contains class representations for XLS binary strutures.
-
Uses of RecordInputStream in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type RecordInputStreamModifier and TypeMethodDescriptionstatic RecordInterfaceEndRecord.create(RecordInputStream in) static Record[]RecordFactory.createRecord(RecordInputStream in) create a record, if there are MUL records than multiple records are returned digested into the non-mul form.static RecordRecordFactory.createSingleRecord(RecordInputStream in) protected voidCFHeaderBase.read(RecordInputStream in) protected intCFRuleBase.readFormatOptions(RecordInputStream in) Constructors in org.apache.poi.hssf.record with parameters of type RecordInputStreamModifierConstructorDescriptionUTF8: sid + len + bof + flags + len(str) + unicode + str 2 + 2 + 4 + 2 + 1 + 1 + len(str) UNICODE: sid + len + bof + flags + len(str) + unicode + str 2 + 2 + 4 + 2 + 1 + 1 + 2 * len(str)protectedDConRefRecord(RecordInputStream inStream) Read Constructor.protectedconstruct a HeaderFooterRecord record.Constructs a MergedCellsRecord and sets its fields appropriatelycalled by the constructor, should set class level fields.Read the record data from the suppliedRecordInputStreamprotectedOldCellRecord(RecordInputStream in, boolean isBiff2) Fill the fields from the datacalled by the constructor, should set class level fields.construct an unknown record.construct an UserSViewBegin record.construct an UserSViewEnd record. -
Uses of RecordInputStream in org.apache.poi.hssf.record.cf
Constructors in org.apache.poi.hssf.record.cf with parameters of type RecordInputStream -
Uses of RecordInputStream in org.apache.poi.hssf.record.chart
Constructors in org.apache.poi.hssf.record.chart with parameters of type RecordInputStreamModifierConstructorDescription -
Uses of RecordInputStream in org.apache.poi.hssf.record.common
Constructors in org.apache.poi.hssf.record.common with parameters of type RecordInputStreamModifierConstructorDescriptionconstruct a unicode string record and fill its fields, ID is ignored -
Uses of RecordInputStream in org.apache.poi.hssf.record.cont
Constructors in org.apache.poi.hssf.record.cont with parameters of type RecordInputStream -
Uses of RecordInputStream in org.apache.poi.hssf.record.pivottable
Constructors in org.apache.poi.hssf.record.pivottable with parameters of type RecordInputStreamModifierConstructorDescription -
Uses of RecordInputStream in org.apache.poi.ss.util
Constructors in org.apache.poi.ss.util with parameters of type RecordInputStreamModifierConstructorDescription