de.janrufmonitor.util.io
Interface IImageStreamProvider

All Superinterfaces:
IImageProvider

public interface IImageStreamProvider
extends IImageProvider

This interface could be implemented by classes which provides access for caller images with the framework.

Author:
Thilo Brandt

Method Summary
 InputStream getImageInputStream(ICaller caller)
          Returns an InputStream object representation of the image.
 
Methods inherited from interface de.janrufmonitor.util.io.IImageProvider
getImage, getImagePath, hasImage
 

Method Detail

getImageInputStream

InputStream getImageInputStream(ICaller caller)
Returns an InputStream object representation of the image.

Parameters:
caller - the caller object to be checked
Returns:


Copyright © 2010 by Thilo Brandt. All Rights Reserved.