Uses of Class
loci.poi.hssf.record.RecordFormatException
-
Packages that use RecordFormatException Package Description loci.poi.hssf.dev DEV package serves two purposes.loci.poi.hssf.eventmodel loci.poi.hssf.record 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 RecordFormatException Modifier and Type Method Description static 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 RecordFormatException Modifier and Type Method Description void
EventRecordFactory. 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 RecordFormatException Modifier and Type Method Description static List
RecordFactory. createRecords(InputStream in)
Deprecated.Create an array of records from an input streamvoid
RecordInputStream. nextRecord()
Moves to the next record in the stream.protected void
SSTRecord. validateSid(short id)
validate SIDConstructors in loci.poi.hssf.record that throw RecordFormatException Constructor Description RecordInputStream(InputStream in)
-