Function java_properties::read
source · pub fn read<R: Read>(
input: R
) -> Result<HashMap<String, String>, PropertiesError>
Expand description
Reads a properties file into a hash map.
For more advanced use cases, use PropertiesIter
.
pub fn read<R: Read>(
input: R
) -> Result<HashMap<String, String>, PropertiesError>
Reads a properties file into a hash map.
For more advanced use cases, use PropertiesIter
.