li.rudin.rt.api.resource.MappedResource Maven / Gradle / Ivy
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