public class FileUtilsWrapper extends Object
| Constructor and Description |
|---|
FileUtilsWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
readFileToString(File file) |
void |
writeStringToFile(File file,
String contents) |
public String readFileToString(File file) throws IOException
IOExceptionpublic void writeStringToFile(File file, String contents) throws IOException
IOExceptionCopyright © 2016. All rights reserved.