Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » [javadoc | source]
org.apache.poi.hssf.record
public class: RecordFactory [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.RecordFactory
Deprecated! use - org.apache.poi.hssf.eventmodel.EventRecordFactory instead

Title: Record Factory

Description: Takes a stream and outputs an array of Record objects.

Method from org.apache.poi.hssf.record.RecordFactory Summary:
createRecord,   createRecords,   getAllKnownRecordSIDs,   setCapacity
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.RecordFactory Detail:
 public static Record[] createRecord(RecordInputStream in) 
      Deprecated!
 public static List createRecords(InputStream in) throws RecordFormatException 
      Deprecated!
    Create an array of records from an input stream
 public static short[] getAllKnownRecordSIDs() 
      Deprecated!
 public static  void setCapacity(int capacity) 
      Deprecated!
    changes the default capacity (10000) to handle larger files