public interface Decoder<T>
DataAdapter| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
decode(java.io.InputStream in,
java.util.List<TimeSeriesInfo<T>> seriesNames)
Decode a stream of data into a map of
TimeSeriesProcessor instances. |
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> decode(java.io.InputStream in, java.util.List<TimeSeriesInfo<T>> seriesNames) throws java.io.IOException, DecodingDataFromAdapterException
TimeSeriesProcessor instances.in - the input stream to decode.seriesNames - the name of the series to extract from the streamTimeSeriesProcessor instances.java.io.IOException - in the event of an IO errorDecodingDataFromAdapterException - in the event of an decoding errorCopyright © 2018 Frederic Thevenet. All rights reserved.