Uses of Class
loci.poi.hssf.record.RecordFormatException
Packages that use RecordFormatException
Package
Description
DEV package serves two purposes.
Record package contains class representations for XLS binary strutures.
-
Uses of RecordFormatException in loci.poi.hssf.dev
Methods in loci.poi.hssf.dev that throw RecordFormatExceptionModifier and TypeMethodDescriptionstatic Record[]BiffViewer.createRecords(InputStream in, boolean dump) Create an array of records from an input stream -
Uses of RecordFormatException in loci.poi.hssf.eventmodel
Methods in loci.poi.hssf.eventmodel that throw RecordFormatExceptionModifier and TypeMethodDescriptionvoidEventRecordFactory.processRecords(InputStream in) Create an array of records from an input stream -
Uses of RecordFormatException in loci.poi.hssf.record
Methods in loci.poi.hssf.record that throw RecordFormatExceptionModifier and TypeMethodDescriptionstatic ListRecordFactory.createRecords(InputStream in) Deprecated.Create an array of records from an input streamvoidRecordInputStream.nextRecord()Moves to the next record in the stream.protected voidSSTRecord.validateSid(short id) validate SIDConstructors in loci.poi.hssf.record that throw RecordFormatException