-
public final class BitmapDownloader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBitmapDownloader.Companion
-
Constructor Summary
Constructors Constructor Description BitmapDownloader(HttpUrlConnectionParams httpUrlConnectionParams, IBitmapInputStreamReader bitmapInputStreamReader, Pair<Boolean, Integer> sizeConstrainedPair)
-
Method Summary
Modifier and Type Method Description final DownloadedBitmapdownloadBitmap(String srcUrl)-
-
Constructor Detail
-
BitmapDownloader
BitmapDownloader(HttpUrlConnectionParams httpUrlConnectionParams, IBitmapInputStreamReader bitmapInputStreamReader, Pair<Boolean, Integer> sizeConstrainedPair)
-
-
Method Detail
-
downloadBitmap
final DownloadedBitmap downloadBitmap(String srcUrl)
-
-
-
-