public interface FileReader
| Modifier and Type | Method and Description |
|---|---|
BufferedReader |
readFile(File file)
read the file.
|
BufferedReader |
readFile(String fullPathAndName)
read the file by fullPathAndName.
|
BufferedReader readFile(String fullPathAndName)
fullPathAndName - All paths, including file namesBufferedReader readFile(File file)
file - Copyright © 2023. All rights reserved.