public interface ImageDownloader
InputStream of image by URI.| Modifier and Type | Interface and Description |
|---|---|
static class |
ImageDownloader.Scheme
Represents supported schemes(protocols) of URI.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getStream(String imageUri,
Object extra)
Retrieves
InputStream of image by URI. |
InputStream getStream(String imageUri, Object extra) throws IOException
InputStream of image by URI.imageUri - Image URIextra - Auxiliary object which was passed to DisplayImageOptions.extraForDownloader(Object); can be nullInputStream of imageIOException - if some I/O error occurs during getting image streamUnsupportedOperationException - if image URI has unsupported scheme(protocol)Copyright © 2011-2015. All Rights Reserved.