Searched defs:save (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DXMLUtils.java39 * A class used to aid in Properties load and save in XML. Keeping this
131 static void save(Properties props, OutputStream os, String comment, method in class:XMLUtils
H A DProperties.java55 * instead. If the {@code store} or {@code save} method is called
700 * occurs while saving the property list. The preferred way to save a
712 public void save(OutputStream out, String comments) { method in class:Properties
963 // XmlSupport.save(this, Objects.requireNonNull(os), comment,
965 XMLUtils.save(this, Objects.requireNonNull(os), comment,

Completed in 80 milliseconds