Package | Description |
---|---|
org.stanwood.media.source | |
org.stanwood.media.source.xbmc | |
org.stanwood.media.util |
Modifier and Type | Method and Description |
---|---|
Stream |
TagChimpSource.getStreamToURL(java.net.URL url)
Used to download a URL to a stream
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static Stream |
FileHelper.getInputStream(java.net.URL url)
Used to get a stream to a URL.
|