List of utility methods to do FileInputStream to Properties Save
Properties props = new Properties(); try { props.load(fis); } catch (IOException ioe) { return props;