public class BasicDataWriter<T> extends FeatureExtractor<java.lang.Object,T>
| Modifier and Type | Field and Description |
|---|---|
protected java.io.PrintStream |
ps
The print stream.
|
featureDescriptions, features, name, numFeatures| Constructor and Description |
|---|
BasicDataWriter(java.io.FileOutputStream fos)
Instantiates a new BasicDataWriter with the given FileOutputStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
T data)
Process some data of type P (specified by the class def).
|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setName, setNumberOfFeaturesgetKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toStringpublic BasicDataWriter(java.io.FileOutputStream fos)
fos - the FileOutputStream.public void process(TimeStamp startTime, TimeStamp endTime, T data)
FeatureExtractorprocess in class FeatureExtractor<java.lang.Object,T>data - the data.