T - 泛型public interface ICsv<T>
| 限定符和类型 | 方法和说明 |
|---|---|
List<T> |
read(IReadContext<T> context)
读取
|
void |
write(IWriteContext<T> context)
写入
|
void write(IWriteContext<T> context)
context - 上下文List<T> read(IReadContext<T> context)
context - 上下文Copyright © 2019. All rights reserved.