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)
public List<String> lines() throws IOException
lines in interface EzFileIOExceptionpublic String content() throws IOException
content in interface EzFileIOExceptionCopyright © 2019. All Rights Reserved.