Function java_properties::write
[−]
[src]
pub fn write<W: Write>(writer: W, map: &HashMap<String, String>) -> Result<(), PropertiesError>
Writes a hash map to a properties file.
For more advanced use cases, use PropertiesWriter
.