All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lone.common.core.swftools.SWFConverter Maven / Gradle / Ivy

The newest version!
package com.lone.common.core.swftools;

public interface SWFConverter {
	public void convert2SWF(String inputFile,String swfFile,String extend);
	public void convert2SWF(String inputFile,String extend);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy