Uses of Class
org.apache.poi.util.RecordFormatException
- 
Packages that use RecordFormatException Package Description org.apache.poi.hssf.eventmodel org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.crypto 
- 
- 
Uses of RecordFormatException in org.apache.poi.hssf.eventmodelMethods in org.apache.poi.hssf.eventmodel that throw RecordFormatException Modifier and Type Method Description voidEventRecordFactory. processRecords(InputStream in)Create an array of records from an input stream
- 
Uses of RecordFormatException in org.apache.poi.hssf.modelSubclasses of RecordFormatException in org.apache.poi.hssf.model Modifier and Type Class Description static classInternalSheet.UnsupportedBOFType
- 
Uses of RecordFormatException in org.apache.poi.hssf.recordMethods in org.apache.poi.hssf.record that throw RecordFormatException Modifier and Type Method Description static List<Record>RecordFactory. 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 RecordFormatException Constructor Description RecordInputStream(InputStream in)RecordInputStream(InputStream in, EncryptionInfo key, int initialOffset)
- 
Uses of RecordFormatException in org.apache.poi.hssf.record.cryptoConstructors in org.apache.poi.hssf.record.crypto that throw RecordFormatException Constructor Description Biff8DecryptingStream(InputStream in, int initialOffset, EncryptionInfo info)
 
-