A more efficient Properties.load
Some of the other differences:
- This does not process or drop backslashes
- '#' or ';' starts a comment line, but '!' does not
- Leading whitespace is not trimmed
- '=' is the only key-termination character (not ':' or whitespace)
Note that the escaping of \r or \n was probably a mistake and should be taken out.