public interface FileReader
| 限定符和类型 | 方法和说明 |
|---|---|
BufferedReader |
readFile(String fullPathAndName)
根据路径读取文件.read the file by fullPathAndName.
|
BufferedReader readFile(String fullPathAndName)
fullPathAndName - 全部路径,包括文件名Copyright © 2020. All rights reserved.