[−][src]Function java_properties::write
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
.
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
.