-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.bitmap.IBitmapInputStreamReader
public final class GzipBitmapInputStreamReader extends BitmapInputStreamDecoder
-
-
Constructor Summary
Constructors Constructor Description GzipBitmapInputStreamReader(Boolean saveBytes, 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)
-
-
-
-