Class browser.Properties
All Packages This Package Previous Next
Class browser.Properties
java.lang.Object
|
+----java.util.Hashtable
|
+----browser.Properties
-
public class
Properties
-
extends Hashtable
Persistent properties class. Basically a hashtable that can
be saved/loaded from a stream.
-
See Also:
-
AppletDisplayItem
-
Author:
-
Chris Warth,
Arthur van Hoff
-
Version:
-
1.6, 14 Mar 1995
-
Properties(String)
-
-
Properties(File)
-
-
load()
-
-
load(InputStream)
-
-
put(Object, Object)
-
-
remove(Object)
-
-
save(OutputStream)
-
-
save()
-
Properties
public Properties(String source)
Properties
public Properties(File source)
load
public boolean load()
load
public void load(InputStream in)
save
public void save(OutputStream out)
save
public boolean save()
remove
public Object remove(Object key)
put
public Object put(Object key,
Object value)
All Packages This Package Previous Next