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.eventmodel
Methods in org.apache.poi.hssf.eventmodel that throw RecordFormatException Modifier and Type Method Description void
EventRecordFactory. 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 Modifier and Type Class Description static class
InternalSheet.UnsupportedBOFType
-
Uses of RecordFormatException in org.apache.poi.hssf.record
Methods 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 streamvoid
RecordInputStream. 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.crypto
Constructors in org.apache.poi.hssf.record.crypto that throw RecordFormatException Constructor Description Biff8DecryptingStream(InputStream in, int initialOffset, EncryptionInfo info)
-