-
- All Implemented Interfaces:
-
coil.decode.Decoder
public final class BitmapFactoryDecoder implements Decoder
The base Decoder that uses BitmapFactory to decode a given ImageSource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBitmapFactoryDecoder.Factory
-
Constructor Summary
Constructors Constructor Description BitmapFactoryDecoder(ImageSource source, Options options)BitmapFactoryDecoder(ImageSource source, Options options, Semaphore parallelismLock)BitmapFactoryDecoder(ImageSource source, Options options, Semaphore parallelismLock, ExifOrientationPolicy exifOrientationPolicy)
-
Method Summary
Modifier and Type Method Description <ERROR CLASS>decode()Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry. -
-
Constructor Detail
-
BitmapFactoryDecoder
BitmapFactoryDecoder(ImageSource source, Options options)
-
BitmapFactoryDecoder
BitmapFactoryDecoder(ImageSource source, Options options, Semaphore parallelismLock)
-
BitmapFactoryDecoder
BitmapFactoryDecoder(ImageSource source, Options options, Semaphore parallelismLock, ExifOrientationPolicy exifOrientationPolicy)
-
-
Method Detail
-
decode
<ERROR CLASS> decode()
Decode the SourceResult provided by Factory.create or return 'null' to delegate to the next Factory in the component registry.
-
-
-
-