|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.RecordFactory
EventRecordFactory
instead
public class RecordFactory
Title: Record Factory
Description: Takes a stream and outputs an array of Record objects.
EventRecordFactory
Constructor Summary | |
---|---|
RecordFactory()
Deprecated. |
Method Summary | |
---|---|
static Record[] |
createRecord(RecordInputStream in)
Deprecated. |
static java.util.List |
createRecords(java.io.InputStream in)
Deprecated. Create an array of records from an input stream |
static short[] |
getAllKnownRecordSIDs()
Deprecated. |
static void |
setCapacity(int capacity)
Deprecated. changes the default capacity (10000) to handle larger files |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordFactory()
Method Detail |
---|
public static void setCapacity(int capacity)
public static java.util.List createRecords(java.io.InputStream in) throws RecordFormatException
in
- the InputStream from which the records will be
obtained
RecordFormatException
- on error processing the
InputStreampublic static Record[] createRecord(RecordInputStream in)
public static short[] getAllKnownRecordSIDs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |