com.croftsoft.core.applet
Class AppletLib

java.lang.Object
  extended by com.croftsoft.core.applet.AppletLib

public final class AppletLib
extends Object

Static library methods for manipulating Applets.

Since:
2002-12-22
Version:
$Id: AppletLib.java,v 1.3 2008/09/28 21:50:42 croft Exp $
Author:
David Wallace Croft

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

loadSerializableUsingAppletPersistence

public static Serializable loadSerializableUsingAppletPersistence(Applet applet,
                                                                  String key)
                                                           throws ClassNotFoundException,
                                                                  IOException,
                                                                  UnsupportedOperationException
Loads GZIP compressed data.

Throws:
ClassNotFoundException
IOException
UnsupportedOperationException

saveSerializableUsingAppletPersistence

public static void saveSerializableUsingAppletPersistence(Applet applet,
                                                          String key,
                                                          Serializable serializable)
                                                   throws IOException,
                                                          UnsupportedOperationException
Saves data using GZIP compression.

Throws:
IOException
UnsupportedOperationException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)