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

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