store(OutputStream out, String comments) method and suppresses IOExceptions that were thrown.
@deprecated This method does not throw an IOException if an I/O erroroccurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
@param out an output stream.
@param comments a description of the property list.
@exception ClassCastException if this Properties objectcontains any keys or values that are not Strings.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |