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

34 lines
773 B
Java

package o;
import java.io.IOException;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class RUi extends C16543pGj {
public final ArrayList<HBt> b;
public RUi(Eaa eaa, mEu meu) throws IOException {
super(eaa, meu);
long f = eaa.f();
if (f < 2147483647L) {
this.b = new ArrayList<>((int) f);
for (int i = 0; i < f; i++) {
this.b.add(new HBt(eaa));
}
return;
}
this.b = new ArrayList<>();
}
/* loaded from: classes.dex */
public static class HBt {
private long b;
public long c;
public HBt(Eaa eaa) throws IOException {
this.b = eaa.f();
this.c = eaa.f();
}
}
}