黑马程序员技术交流社区

标题: Properties [打印本页]

作者: yanchong    时间: 2016-5-9 11:30
标题: Properties
Properties
        (1)是一个集合类,Hashtable的子类
        (2)特有功能
                A:public Object setProperty(String key,String value)
                B:public String getProperty(String key)
                C:public Set<String> stringPropertyNames()
        (3)和IO流结合的方法
                把键值对形式的文本文件内容加载到集合中
                public void load(Reader reader)
                public void load(InputStream inStream)

                把集合中的数据存储到文本文件中
                public void store(Writer writer,String comments)
                public void store(OutputStream out,String comments)




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2