-
- All Implemented Interfaces:
-
com.facebook.common.webp.WebpBitmapFactory
public class WebpBitmapFactoryImpl implements WebpBitmapFactory
-
-
Method Summary
-
Methods inherited from class com.facebook.common.webp.WebpBitmapFactory
decodeByteArray, decodeFile, decodeFileDescriptor, decodeStream, setBitmapCreator, setWebpErrorLogger -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setBitmapCreator
void setBitmapCreator(BitmapCreator bitmapCreator)
-
setWebpErrorLogger
void setWebpErrorLogger(WebpBitmapFactory.WebpErrorLogger webpErrorLogger)
-
decodeFileDescriptor
@Nullable() Bitmap decodeFileDescriptor(FileDescriptor fd, @Nullable() Rect outPadding, @Nullable() BitmapFactory.Options opts)
-
decodeStream
@Nullable() Bitmap decodeStream(InputStream inputStream, @Nullable() Rect outPadding, @Nullable() BitmapFactory.Options opts)
-
decodeFile
@Nullable() Bitmap decodeFile(String pathName, @Nullable() BitmapFactory.Options opts)
-
decodeByteArray
@Nullable() Bitmap decodeByteArray(Array<byte> array, int offset, int length, @Nullable() BitmapFactory.Options opts)
-
hookDecodeByteArray
@Nullable() static Bitmap hookDecodeByteArray(Array<byte> array, int offset, int length, @Nullable() BitmapFactory.Options opts)
-
hookDecodeByteArray
@Nullable() static Bitmap hookDecodeByteArray(Array<byte> array, int offset, int length)
-
hookDecodeStream
@Nullable() static Bitmap hookDecodeStream(InputStream inputStream, @Nullable() Rect outPadding, @Nullable() BitmapFactory.Options opts)
-
hookDecodeStream
@Nullable() static Bitmap hookDecodeStream(InputStream inputStream)
-
hookDecodeFile
@Nullable() static Bitmap hookDecodeFile(String pathName, @Nullable() BitmapFactory.Options opts)
-
hookDecodeFile
@Nullable() static Bitmap hookDecodeFile(String pathName)
-
hookDecodeResourceStream
@Nullable() static Bitmap hookDecodeResourceStream(@Nullable() Resources res, @Nullable() TypedValue value, InputStream is, @Nullable() Rect pad, @Nullable() BitmapFactory.Options opts)
-
hookDecodeResource
@Nullable() static Bitmap hookDecodeResource(Resources res, int id, @Nullable() BitmapFactory.Options opts)
-
hookDecodeResource
@Nullable() static Bitmap hookDecodeResource(Resources res, int id)
-
hookDecodeFileDescriptor
@Nullable() static Bitmap hookDecodeFileDescriptor(FileDescriptor fd, @Nullable() Rect outPadding, @Nullable() BitmapFactory.Options opts)
-
hookDecodeFileDescriptor
@Nullable() static Bitmap hookDecodeFileDescriptor(FileDescriptor fd)
-
-
-
-