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

li.rudin.rt.api.resource.MappedResource Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
package li.rudin.rt.api.resource;

import java.io.InputStream;

public interface MappedResource
{
	InputStream getInputStream();
	
	String getName();
	
	String getContentType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy