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

44 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.IOException;
/* loaded from: classes.dex */
public final class AyQ extends uvL<IeS> {
public AyQ(Eaa eaa, mEu meu) throws IOException {
super(eaa, meu);
}
public final void a(C10348eBj c10348eBj) {
if (((uvL) this).b.size() > 0) {
IeS ieS = (IeS) ((uvL) this).b.get(0);
c10348eBj.e(1, (ieS.e & 1) == 1);
c10348eBj.e(2, (ieS.e & 2) == 2);
c10348eBj.e(3, (ieS.e & 4) == 4);
c10348eBj.e(4, (ieS.e & 8) == 8);
}
}
/* loaded from: classes.dex */
static class IeS extends C0468HeB {
private int a;
private int c;
private int d;
int e;
public IeS(Eaa eaa) throws IOException {
super(eaa);
eaa.b(4L);
this.e = eaa.a();
this.a = eaa.a();
this.d = eaa.a();
this.c = eaa.b();
eaa.b(1L);
}
}
@Override // o.uvL
final /* synthetic */ IeS a(Eaa eaa) throws IOException {
return new IeS(eaa);
}
}