public class ZipExport extends TimestampSeriesCSVwriter
col_datetime, col_plotid, col_qualitycounter, col_timestamp, LINE_BREAK, LINE_SEPARATOR
Constructor and Description |
---|
ZipExport(RemoteTsDB tsdb,
Region region,
java.lang.String[] sensorNames,
java.lang.String[] plotIDs,
AggregationInterval aggregationInterval,
DataQuality dataQuality,
boolean interpolated,
boolean allinone,
boolean desc_sensor,
boolean desc_plot,
boolean desc_settings,
boolean col_plotid,
boolean col_timestamp,
boolean col_datetime,
boolean write_header,
java.lang.Long startTimestamp,
java.lang.Long endTimestamp,
boolean col_qualitycounter) |
Modifier and Type | Method and Description |
---|---|
boolean |
createZipFile(java.lang.String filename) |
int |
getProcessedPlots() |
void |
setPrintCallback(java.util.function.Consumer<java.lang.String> callback) |
boolean |
writeToStream(java.io.OutputStream outputstream) |
writeCSVHeader, writeTimeseries
public ZipExport(RemoteTsDB tsdb, Region region, java.lang.String[] sensorNames, java.lang.String[] plotIDs, AggregationInterval aggregationInterval, DataQuality dataQuality, boolean interpolated, boolean allinone, boolean desc_sensor, boolean desc_plot, boolean desc_settings, boolean col_plotid, boolean col_timestamp, boolean col_datetime, boolean write_header, java.lang.Long startTimestamp, java.lang.Long endTimestamp, boolean col_qualitycounter)
public boolean createZipFile(java.lang.String filename)
public boolean writeToStream(java.io.OutputStream outputstream)
public void setPrintCallback(java.util.function.Consumer<java.lang.String> callback)
public int getProcessedPlots()