org.stanwood.media.source.xbmc
Interface IContentFetcher

All Known Implementing Classes:
XBMCAddonManager

public interface IContentFetcher

This interface should be implemented by classes used to fetch content from a URL


Method Summary
 Stream getStreamToURL(java.net.URL url)
          This method should be implemented to fetch content from a URL
 

Method Detail

getStreamToURL

Stream getStreamToURL(java.net.URL url)
                      throws SourceException
This method should be implemented to fetch content from a URL

Parameters:
url - The URL
Returns:
A input stream to the content
Throws:
SourceException - Thrown if their are any other problems