public interface CsvReader
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getValues()
读取csv行内容(同迭代器的next)
|
boolean |
readRecord()
查询是否还有记录(同迭代器的hasNext)
|
boolean readRecord() throws java.lang.Exception
java.lang.Exception
- 读取出现问题java.lang.String[] getValues() throws java.lang.Exception
java.lang.Exception
- 读取出现问题