
io.rudin.rt.spi.resource.ResourceMapping Maven / Gradle / Ivy
The newest version!
package io.rudin.rt.spi.resource;
import java.io.InputStream;
public interface ResourceMapping
{
/**
* Returns the input stream
* @return
*/
InputStream getInputStream();
String getModeName();
String getContentType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy