308309310311312313314315
public static void importPreferences(InputStream is) throws InvalidPreferencesFormatException, IOException { PreferencesFactory factory = getFactory(); NodeReader reader = new NodeReader(is, factory); reader.importPreferences(); }