public class TimestampSeriesCSVwriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
col_datetime |
protected boolean |
col_plotid |
protected boolean |
col_qualitycounter |
protected boolean |
col_timestamp |
protected static LineBreak |
LINE_BREAK |
protected static java.lang.String |
LINE_SEPARATOR
Platform neutral line separator (windows style)
|
Constructor and Description |
---|
TimestampSeriesCSVwriter(boolean col_plotid,
boolean col_timestamp,
boolean col_datetime,
boolean col_qualitycounter) |
Modifier and Type | Method and Description |
---|---|
protected void |
writeCSVHeader(java.io.BufferedWriter bufferedWriter,
java.lang.String[] sensorNames) |
protected void |
writeTimeseries(TimestampSeries timeseries,
java.lang.String plotID,
java.lang.String[] sensorNames,
AggregationInterval aggregationInterval,
java.io.BufferedWriter bufferedWriter) |
protected static final java.lang.String LINE_SEPARATOR
protected static final LineBreak LINE_BREAK
protected final boolean col_plotid
protected final boolean col_timestamp
protected final boolean col_datetime
protected final boolean col_qualitycounter
public TimestampSeriesCSVwriter(boolean col_plotid, boolean col_timestamp, boolean col_datetime, boolean col_qualitycounter)
protected void writeCSVHeader(java.io.BufferedWriter bufferedWriter, java.lang.String[] sensorNames) throws java.io.IOException
java.io.IOException
protected void writeTimeseries(TimestampSeries timeseries, java.lang.String plotID, java.lang.String[] sensorNames, AggregationInterval aggregationInterval, java.io.BufferedWriter bufferedWriter) throws java.io.IOException
java.io.IOException