public final class RecordFactory extends Object
Description: Takes a stream and outputs an array of Record objects.
EventRecordFactory
Constructor and Description |
---|
RecordFactory() |
Modifier and Type | Method and Description |
---|---|
static BlankRecord[] |
convertBlankRecords(MulBlankRecord mbk)
Converts a
MulBlankRecord into an equivalent array of BlankRecord s |
static NumberRecord[] |
convertRKRecords(MulRKRecord mrk)
Converts a
MulRKRecord into an equivalent array of NumberRecord s |
static NumberRecord |
convertToNumberRecord(RKRecord rk)
RK record is a slightly smaller alternative to NumberRecord
POI likes NumberRecord better
|
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 List<Record> |
createRecords(InputStream in)
Create an array of records from an input stream
|
static Record |
createSingleRecord(RecordInputStream in) |
static short[] |
getAllKnownRecordSIDs() |
static Class<? extends Record> |
getRecordClass(int sid)
Debug / diagnosis method
Gets the POI implementation class for a given sid. |
public static Class<? extends Record> getRecordClass(int sid)
UnknownRecord.getBiffName(int)
).null
if the specified record is not interpreted by POI.public static Record[] createRecord(RecordInputStream in)
public static Record createSingleRecord(RecordInputStream in)
public static NumberRecord convertToNumberRecord(RKRecord rk)
public static NumberRecord[] convertRKRecords(MulRKRecord mrk)
MulRKRecord
into an equivalent array of NumberRecord
spublic static BlankRecord[] convertBlankRecords(MulBlankRecord mbk)
MulBlankRecord
into an equivalent array of BlankRecord
spublic static short[] getAllKnownRecordSIDs()
public static List<Record> createRecords(InputStream in) throws RecordFormatException
in
- the InputStream from which the records will be obtainedRecordFormatException
- on error processing the InputStreamCopyright © 2020. All rights reserved.