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
IOException
public void writeStringToFile(File file, String contents) throws IOException
IOException
Copyright © 2016. All rights reserved.