what-the-bank/sources/o/uVi.java

22 lines
650 B
Java

package o;
import android.graphics.Bitmap;
import android.graphics.ImageDecoder;
import java.io.IOException;
import java.nio.ByteBuffer;
/* loaded from: classes.dex */
public final class uVi implements iYP<ByteBuffer, Bitmap> {
private final qpo b = new qpo();
@Override // o.iYP
public final /* synthetic */ Ezi<Bitmap> a(ByteBuffer byteBuffer, int i, int i2, unA una) throws IOException {
return this.b.a(ImageDecoder.createSource(byteBuffer), i, i2, una);
}
@Override // o.iYP
public final /* bridge */ /* synthetic */ boolean a(ByteBuffer byteBuffer, unA una) throws IOException {
return true;
}
}