public class DummyConverter extends Object implements IFileConverter
public File convert(File srcFile, File destFile, FileConverterSettings settings) throws Exception
IFileConverterconvert 在接口中 IFileConvertersrcFile - 待转换的源文件destFile - 要转换成为的目标文件settings - 转换设置Exception - 转换过程中可能发生的各种异常Copyright © 2019. All rights reserved.