list(PrintWriter out)
list(PrintStream out)
将属性列表输出到指定的输出流。
store(OutputStream out, String comments)
store(Writer writer, String comments)
以适合使用 load(InputStream) 方法加载到 Properties 表中的格式,将此 Properties 表中的属性列表(键和元素对)写入输出流。
后者可以输出注释comments,而且会抛出IOException,注意2者的参数列表 |
|