EventRecordFactory
insteadpublic class RecordFactory extends Object
Description: Takes a stream and outputs an array of Record objects.
EventRecordFactory
Modifier and Type | Field and Description |
---|---|
private static int |
NUM_RECORDS
Deprecated.
|
private static Class[] |
records
Deprecated.
|
private static Map |
recordsMap
Deprecated.
|
Constructor and Description |
---|
RecordFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Record[] |
createRecord(RecordInputStream in)
Deprecated.
|
static List |
createRecords(InputStream in)
Deprecated.
Create an array of records from an input stream
|
static short[] |
getAllKnownRecordSIDs()
Deprecated.
|
private static Map |
recordsToMap(Class[] records)
Deprecated.
|
static void |
setCapacity(int capacity)
Deprecated.
changes the default capacity (10000) to handle larger files
|
private static int NUM_RECORDS
private static final Class[] records
private static Map recordsMap
public static void setCapacity(int capacity)
public static List createRecords(InputStream in) throws RecordFormatException
in
- the InputStream from which the records will be
obtainedRecordFormatException
- on error processing the
InputStreampublic static Record[] createRecord(RecordInputStream in)
public static short[] getAllKnownRecordSIDs()
Copyright © 2016 Open Microscopy Environment