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

23 lines
719 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.MvV, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0711MvV extends C0743NnU<Nyr> {
public C0711MvV(Nyr nyr) {
super(nyr);
}
@Override // o.C0743NnU
public final String d(int i) {
if (i != 5) {
return super.d(i);
}
Integer j = ((Nyr) this.a).j(5);
if (j == null) {
return null;
}
int intValue = j.intValue();
return intValue != 16 ? intValue != 17 ? intValue != 19 ? "Unknown extension code ".concat(String.valueOf(j)) : "Thumbnail stored using 3 bytes/pixel" : "Thumbnail stored using 1 byte/pixel" : "Thumbnail coded using JPEG";
}
}