Uses of Class
org.apache.poi.util.RecordFormatException
Packages that use RecordFormatException
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
-
Uses of RecordFormatException in org.apache.poi.hssf.eventmodel
Methods in org.apache.poi.hssf.eventmodel that throw RecordFormatExceptionModifier and TypeMethodDescriptionvoidEventRecordFactory.processRecords(InputStream in) Create an array of records from an input stream -
Uses of RecordFormatException in org.apache.poi.hssf.model
Subclasses of RecordFormatException in org.apache.poi.hssf.model -
Uses of RecordFormatException in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that throw RecordFormatExceptionModifier and TypeMethodDescriptionRecordFactory.createRecords(InputStream in) Create an array of records from an input streamvoidRecordInputStream.nextRecord()Moves to the next record in the stream.Constructors in org.apache.poi.hssf.record that throw RecordFormatExceptionModifierConstructorDescriptionRecordInputStream(InputStream in, EncryptionInfo key, int initialOffset) -
Uses of RecordFormatException in org.apache.poi.hssf.record.crypto
Constructors in org.apache.poi.hssf.record.crypto that throw RecordFormatExceptionModifierConstructorDescriptionBiff8DecryptingStream(InputStream in, int initialOffset, EncryptionInfo info)