-
public final class DownloadedBitmapRepresents a downloaded bitmap with its associated status and download time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumDownloadedBitmap.StatusEnum class representing the status of a downloaded bitmap.
-
Field Summary
Fields Modifier and Type Field Description private final Bitmapbitmapprivate final DownloadedBitmap.Statusstatusprivate final LongdownloadTimeprivate final ByteArraybytes
-
Constructor Summary
Constructors Constructor Description DownloadedBitmap(Bitmap bitmap, DownloadedBitmap.Status status, Long downloadTime, ByteArray bytes)
-
Method Summary
-
-
Constructor Detail
-
DownloadedBitmap
DownloadedBitmap(Bitmap bitmap, DownloadedBitmap.Status status, Long downloadTime, ByteArray bytes)
-
-
-
-