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

Writes a hash map to a properties file.

For more advanced use cases, use PropertiesWriter.