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

/libcore/luni/src/main/java/java/util/
H A DProperties.java58 * Use either the {@code loadFromXML}/{@code storeToXML} methods (which use UTF-8 by
661 * call to this method is the same as a call to {@code storeToXML(os,
668 public void storeToXML(OutputStream os, String comment) throws IOException { method in class:Properties
669 storeToXML(os, comment, "UTF-8");
690 public synchronized void storeToXML(OutputStream os, String comment, method in class:Properties

Completed in 38 milliseconds