Package loci.poi.hssf.record
Class RecordFactory
java.lang.Object
loci.poi.hssf.record.RecordFactory
Deprecated.
Title: Record Factory
Description: Takes a stream and outputs an array of Record objects.
- Author:
- Andrew C. Oliver (acoliver at apache dot org), Marc Johnson (mjohnson at apache dot org), Glen Stampoultzis (glens at apache.org), Csaba Nagy (ncsaba at yahoo dot com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Record[]Deprecated.static ListDeprecated.Create an array of records from an input streamstatic short[]Deprecated.static voidsetCapacity(int capacity) Deprecated.changes the default capacity (10000) to handle larger files
-
Constructor Details
-
RecordFactory
public RecordFactory()Deprecated.
-
-
Method Details
-
setCapacity
public static void setCapacity(int capacity) Deprecated.changes the default capacity (10000) to handle larger files -
createRecords
Deprecated.Create an array of records from an input stream- Parameters:
in- the InputStream from which the records will be obtained- Returns:
- an array of Records created from the InputStream
- Throws:
RecordFormatException- on error processing the InputStream
-
createRecord
Deprecated. -
getAllKnownRecordSIDs
public static short[] getAllKnownRecordSIDs()Deprecated.
-
EventRecordFactoryinstead