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

49 lines
1.1 KiB
Java

package o;
import java.io.IOException;
/* loaded from: classes.dex */
public final class lqi extends uvL<RVV> {
public lqi(Eaa eaa, mEu meu) throws IOException {
super(eaa, meu);
}
public final void c(C17447woh c17447woh) {
if (((uvL) this).b.size() > 0) {
RVV rvv = (RVV) ((uvL) this).b.get(0);
C17154uPS.d(769, rvv.b, c17447woh);
c17447woh.d(770, rvv.e);
c17447woh.d(771, rvv.a);
}
}
/* loaded from: classes.dex */
static class RVV extends C0468HeB {
int a;
private int c;
private int d;
int e;
private int f;
private int h;
private int i;
private long j;
public RVV(Eaa eaa) throws IOException {
super(eaa);
this.h = eaa.h();
this.i = eaa.h();
this.f = eaa.a();
this.e = eaa.h();
this.a = eaa.h();
this.d = eaa.h();
this.c = eaa.h();
this.j = eaa.f();
}
}
@Override // o.uvL
final /* synthetic */ RVV a(Eaa eaa) throws IOException {
return new RVV(eaa);
}
}