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

com.fly.re.read.FlyRead Maven / Gradle / Ivy

package com.fly.re.read;

import com.fly.re.CodeCfg;

/**
 * 读取的接口
 * @author kongyongshun
 *
 */
public interface FlyRead {

	public FlyRead setCodeCfg(CodeCfg codeCfg);
	
	/**
	 * 根据CodeCfg配置读取
	 */
	public void readInfo();
	

	
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy