T - 泛型public interface IReadContext<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
endIndex()
结束的下标
|
boolean |
escape()
是否进行特殊字符转义
|
char |
quoteChar()
引用字符
|
Class<T> |
readClass()
读取的类型
|
ICsvReader |
reader()
读取类
|
com.github.houbb.heaven.support.sort.ISort<T> |
sort()
排序方式
|
int |
startIndex()
开始的下标
备注:参见
RandomAccessFile 随机读写文件 |
ICsvReader reader()
com.github.houbb.heaven.support.sort.ISort<T> sort()
int startIndex()
RandomAccessFile 随机读写文件int endIndex()
boolean escape()
char quoteChar()
Copyright © 2023. All rights reserved.