6869707172737475767778
public PropertiesSet() { this(null, null); } public PropertiesSet(BufferedReader in, PrintWriter out) { this.manager = new ResourceManager(); this.systemProps = new SystemProperties(); manager.setIn(in); manager.setOut(out); }
6768697071727374757677