Java OutputStream equivalent to getClass().getClassLoader().getResourceAsStream()

后端 未结 4 1629
遇见更好的自我
遇见更好的自我 2021-01-04 01:14

I am attempting to store the change made to my application\'s properties. The .properties file is located in resources package, which is different

4条回答
  •  失恋的感觉
    2021-01-04 01:29

    It sounds like you want to store user preferences. Consider using the Java Preferences API for that.

提交回复
热议问题