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

net.wicp.tams.common.callback.IRemote Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package net.wicp.tams.common.callback;

import java.io.InputStream;

/***
 * 远程
 * 
 * @author Andy
 *
 */
public interface IRemote {
	public InputStream findStream(String path);

	public void findStream(String path, String localPath);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy