Function java_properties::write [] [src]

pub fn write<W: Write>(writer: W, map: &HashMap<StringString>) -> Result<()PropertiesError>

Writes a hash map to a properties file.

For more advanced use cases, use PropertiesWriter.