2930313233343536
p = new Properties(); p.load(this.getClass().getResourceAsStream(CONFIG_FILE)); } catch (Exception e) { throw new ConfigReadErr(CONFIG_FILE); } }
5354555657585960
5152535455565758