public static interface PropertiesCacheManager.Saveable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
The current object state is the "default"; "save" does not need to
write out any state.
|
void |
load(java.io.InputStream in)
Recreate the object from the ascii representation stored as a
Properties format file.
|
void |
save(java.io.OutputStream out,
java.lang.String header)
Create an ascii representation of this object in a Java Properties
format.
|
void load(java.io.InputStream in) throws java.io.IOException
java.io.IOExceptionvoid save(java.io.OutputStream out,
java.lang.String header)
throws java.io.IOException
java.io.IOExceptionboolean isEmpty()