|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.RecordFactory
public final class RecordFactory
Title: Record Factory
Description: Takes a stream and outputs an array of Record objects.
EventRecordFactory
Constructor Summary | |
---|---|
RecordFactory()
|
Method Summary | |
---|---|
static Record[] |
createRecord(RecordInputStream in)
create a record, if there are MUL records than multiple records are returned digested into the non-mul form. |
static java.util.List |
createRecords(java.io.InputStream in)
Create an array of records from an input stream |
static short[] |
getAllKnownRecordSIDs()
|
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 Record[] createRecord(RecordInputStream in)
public static short[] getAllKnownRecordSIDs()
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 InputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |