Package org.jampa.model.radio.io

Examples of org.jampa.model.radio.io.RadioWriter


 
  /**
   * Write radio list.
   */
  public void writeRadioList() {
    RadioWriter writer = new RadioWriter(SystemUtils.radioFile, _rootCategory);
   
    writer.write();
  }
View Full Code Here

TOP

Related Classes of org.jampa.model.radio.io.RadioWriter

Copyright © 2018 www.massapicom. 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.