public interface PumperListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onReadBegin(String pumperName)
文件开头
|
void |
onReadEnd(String pumperName,
int totalLines)
文件结束
|
void |
onReadException(String pumperName,
IOException ioe)
读取遇到异常
|
void |
onReadLine(String pumperName,
String lineText,
int lineNumber)
读取一行
|
Copyright © 2017. All rights reserved.