Uses of Class
org.stanwood.media.util.Stream

Packages that use Stream
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
org.stanwood.media.util   
 

Uses of Stream in org.stanwood.media.source
 

Methods in org.stanwood.media.source that return Stream
 Stream TagChimpSource.getStreamToURL(java.net.URL url)
          Used to download a URL to a stream
 

Uses of Stream in org.stanwood.media.source.xbmc
 

Methods in org.stanwood.media.source.xbmc that return Stream
protected abstract  Stream StreamProcessor.getStream()
           
 Stream XBMCAddonManager.getStreamToURL(java.net.URL url)
          This will get a input stream to the contents pointed at by the URL
 Stream IContentFetcher.getStreamToURL(java.net.URL url)
          This method should be implemented to fetch content from a URL
 

Uses of Stream in org.stanwood.media.util
 

Methods in org.stanwood.media.util that return Stream
static Stream FileHelper.getInputStream(java.net.URL url)
          Used to get a stream to a URL.