T
- the type of time stamped data (i.e. parsed table rows)
public class SimpleTimeStampedTableParser<T extends TimeStamped> extends Object
时间戳数据
。
Modifier and Type | Class and Description |
---|---|
static interface |
SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>
将表格行转换为时间戳数据的接口。
|
Constructor and Description |
---|
SimpleTimeStampedTableParser(int columns, SimpleTimeStampedTableParser.RowConverter<T> converter)
简单构造函数。
|
public SimpleTimeStampedTableParser(int columns, SimpleTimeStampedTableParser.RowConverter<T> converter)
columns
- 列数
converter
- 行转换器
public List<T> parse(InputStream stream, String name)
stream
- 包含表格的流
name
- 资源文件的名称(仅用于错误消息)
Copyright © 2002-2023 CS GROUP. All rights reserved.