|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Muffin
A description of any class with the ability to store state locally
Method Summary | |
---|---|
java.util.HashMap |
loadFile(java.lang.String fileName)
Load a file of data from the store |
void |
saveFile(java.util.HashMap data,
java.lang.String fileName)
Save a file of data |
Method Detail |
---|
void saveFile(java.util.HashMap data, java.lang.String fileName) throws java.io.IOException
data
- The data to storefileName
- The name of the file to store it against
java.io.IOException
- Indicates a failure to save the statejava.util.HashMap loadFile(java.lang.String fileName) throws java.io.IOException
fileName
- The name of the file to retrieve
java.io.IOException
- Indicates a failure to load the state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |