public class UserFile extends BaseUserFile implements EzFile
file| Constructor and Description |
|---|
UserFile(String fullFileName) |
UserFile(String path,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
content() |
List<String> |
lines() |
getStreamreadContent, readLinespublic UserFile(String fullFileName) throws FileNotFoundException
FileNotFoundExceptionpublic UserFile(String path, String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2019. All Rights Reserved.