public class ExtendedFile extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
trim |
| Constructor and Description |
|---|
ExtendedFile(File file) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
readAsList() |
List<String> |
readAsListLogException() |
String |
readContent() |
String |
readContentLogException() |
void |
writeFile(String content) |
public ExtendedFile(File file)
public String readContentLogException()
public String readContent() throws FileNotFoundException
FileNotFoundExceptionpublic List<String> readAsList() throws FileNotFoundException
FileNotFoundExceptionpublic void writeFile(String content) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.