|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.croftsoft.core.applet.AppletLib
public final class AppletLib
Static library methods for manipulating Applets.
| Method Summary | |
|---|---|
static Serializable |
loadSerializableUsingAppletPersistence(Applet applet,
String key)
Loads GZIP compressed data. |
static void |
saveSerializableUsingAppletPersistence(Applet applet,
String key,
Serializable serializable)
Saves data using GZIP compression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Serializable loadSerializableUsingAppletPersistence(Applet applet,
String key)
throws ClassNotFoundException,
IOException,
UnsupportedOperationException
ClassNotFoundException
IOException
UnsupportedOperationException
public static void saveSerializableUsingAppletPersistence(Applet applet,
String key,
Serializable serializable)
throws IOException,
UnsupportedOperationException
IOException
UnsupportedOperationException
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||