6465666768697071727374
*/ public EmpireConfiguration read(Reader theReader) throws IOException { Properties aProps = new EnhancedProperties(); try { aProps.load(theReader); } catch (Exception e) { throw new IOException(e); }