Uses of Class
org.apache.poi.hssf.record.RecordFormatException

Packages that use RecordFormatException
org.apache.poi.hssf.dev DEV package serves two purposes. 
org.apache.poi.hssf.eventmodel   
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of RecordFormatException in org.apache.poi.hssf.dev
 

Methods in org.apache.poi.hssf.dev that throw RecordFormatException
static Record[] BiffViewer.createRecords(java.io.InputStream in, boolean dump)
          Create an array of records from an input stream
 

Uses of RecordFormatException in org.apache.poi.hssf.eventmodel
 

Methods in org.apache.poi.hssf.eventmodel that throw RecordFormatException
 void EventRecordFactory.processRecords(java.io.InputStream in)
          Create an array of records from an input stream
 

Uses of RecordFormatException in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that throw RecordFormatException
static java.util.List RecordFactory.createRecords(java.io.InputStream in)
          Deprecated. Create an array of records from an input stream
 void RecordInputStream.nextRecord()
          Moves to the next record in the stream.
protected  void SSTRecord.validateSid(short id)
          validate SID
 

Constructors in org.apache.poi.hssf.record that throw RecordFormatException
RecordInputStream(java.io.InputStream in)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.