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

com.talk2object.plum.input.value.image.Image Maven / Gradle / Ivy

package com.talk2object.plum.input.value.image;

import com.talk2object.plum.input.value.File;

/**
 * image could be file, memory(byte array), network(URL).
 * 
 * we eventually want it to be displayed on view. as web view,
 * 
 * a HTTP request will response with image stream.
 * 
 * @author jack
 *
 */
public interface Image {
	/**
	 * the file behind
	 * 
	 * @return
	 */
	File getFile();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy