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

23 lines
597 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.IOException;
import java.util.ArrayList;
/* renamed from: o.jEn, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C15856jEn extends mEu {
public long b;
public String c;
public ArrayList<String> d;
public C15856jEn(Eaa eaa, mEu meu) throws IOException {
super(meu);
this.c = new String(eaa.a(4));
this.b = eaa.f();
this.d = new ArrayList<>((int) ((this.e / 16) >> 2));
for (int i = 16; i < this.e; i += 4) {
this.d.add(new String(eaa.a(4)));
}
}
}