T
- the type of time stamped data (i.e. parsed table rows)public class SimpleTimeStampedTableParser<T extends TimeStamped> extends Object
time stamped
data.Modifier and Type | Class | Description |
---|---|---|
static interface |
SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped> |
Interface for converting a table row into time-stamped data.
|
Constructor | Description |
---|---|
SimpleTimeStampedTableParser(int columns,
SimpleTimeStampedTableParser.RowConverter<T> converter) |
Simple constructor.
|
public SimpleTimeStampedTableParser(int columns, SimpleTimeStampedTableParser.RowConverter<T> converter)
columns
- number of columnsconverter
- converter for rowspublic List<T> parse(InputStream stream, String name)
stream
- stream containing the tablename
- name of the resource file (for error messages only)Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.