Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionThis method does not throw an IOException if an I/O error occurs while saving the property list. As of the Java 2 platform v1.2, the preferred way to save a properties list is via the
store(OutputStream out, String header)method.