EventRecordFactory
insteadpublic class RecordFactory extends Object
Description: Takes a stream and outputs an array of Record objects.
EventRecordFactory
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.
|
static void |
setCapacity(int capacity)
Deprecated.
changes the default capacity (10000) to handle larger files
|
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 © 2014 Open Microscopy Environment