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