public interface FileStorage
| Modifier and Type | Method and Description |
|---|---|
String |
loadFile(File fileName) |
void |
storeFile(File fileName,
String data) |
String loadFile(File fileName) throws IOException
IOExceptionvoid storeFile(File fileName, String data) throws IOException
IOExceptionCopyright © 2018. All rights reserved.