public class DefaultFileStorage extends Object implements FileStorage
| Constructor and Description |
|---|
DefaultFileStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
loadFile(File file) |
void |
storeFile(File file,
String data) |
public String loadFile(File file) throws IOException
loadFile in interface FileStorageIOExceptionpublic void storeFile(File file, String data) throws IOException
storeFile in interface FileStorageIOExceptionCopyright © 2018. All rights reserved.