|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StorageInterface
Defines an inteface for different types of storages that can store a string
Method Summary | |
---|---|
String |
load()
Read data from the storage as a string |
void |
save(String str)
Store the specified string |
Method Detail |
---|
void save(String str)
str
- String to storeString load()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |