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

35 lines
1.2 KiB
Java

package o;
import java.io.IOException;
import java.util.Collections;
/* loaded from: classes.dex */
public final class Uae implements yYF {
@Override // o.yYF
public final Iterable<EnumC2874amo> c() {
return Collections.singletonList(EnumC2874amo.DNL);
}
@Override // o.yYF
public final void d(Iterable<byte[]> iterable, C16613piz c16613piz, EnumC2874amo enumC2874amo) {
for (byte[] bArr : iterable) {
Fzs fzs = (Fzs) c16613piz.c(Fzs.class);
if (fzs == null) {
C17424wfl c17424wfl = new C17424wfl();
c16613piz.c.add(c17424wfl);
BrP.b(new Object[]{c17424wfl, "DNL segment found without SOFx - illegal JPEG format"}, -1786863991, 1786863992, System.identityHashCode(c17424wfl));
} else {
C0629LEh c0629LEh = new C0629LEh(bArr);
try {
Integer j = fzs.j(1);
if (j == null || j.intValue() == 0) {
fzs.d(1, c0629LEh.h());
}
} catch (IOException e) {
BrP.b(new Object[]{fzs, e.getMessage()}, -1786863991, 1786863992, System.identityHashCode(fzs));
}
}
}
}
}