-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.bitmap.IBitmapInputStreamReader
public class BitmapInputStreamDecoder implements IBitmapInputStreamReader
-
-
Constructor Summary
Constructors Constructor Description BitmapInputStreamDecoder(Boolean saveBytes, Boolean saveBitmap, Logger logger)
-
Method Summary
Modifier and Type Method Description final BooleangetSaveBytes()final BooleangetSaveBitmap()final LoggergetLogger()DownloadedBitmapreadInputStream(InputStream inputStream, HttpURLConnection connection, Long downloadStartTimeInMilliseconds)-
-
Method Detail
-
getSaveBytes
final Boolean getSaveBytes()
-
getSaveBitmap
final Boolean getSaveBitmap()
-
readInputStream
DownloadedBitmap readInputStream(InputStream inputStream, HttpURLConnection connection, Long downloadStartTimeInMilliseconds)
-
-
-
-