org.apache.batik.apps.svgbrowser

Class XMLPreferenceManager.XMLProperties

protected class XMLPreferenceManager.XMLProperties extends Properties

To store the preferences.
Method Summary
voidload(InputStream is)
Reads a property list (key and element pairs) from the input stream.
voidstore(OutputStream os, String header)
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method.

Method Detail

load

public void load(InputStream is)
Reads a property list (key and element pairs) from the input stream. The stream is assumed to be using the ISO 8859-1 character encoding.

store

public void store(OutputStream os, String header)
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load method. The stream is written using the ISO 8859-1 character encoding.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.