Package org.arch.config

Examples of org.arch.config.IniProperties.store()


    String[] splits = "Xyz|as|xfas|wer".split("[,|;|\\|]");
    System.out.println(Arrays.asList(splits));
   
    IniProperties ini = new IniProperties();
    ini.setProperty("Hrlo", "sda", "safas");
    ini.store(new FileOutputStream("test.txt"));
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.