Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
42
apk_decompiled/sources/s0/C0583b.java
Normal file
42
apk_decompiled/sources/s0/C0583b.java
Normal file
@@ -0,0 +1,42 @@
|
||||
package s0;
|
||||
|
||||
import java.util.TreeMap;
|
||||
|
||||
/* renamed from: s0.b, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public final class C0583b {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final String f8366a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final String f8367b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final long f8368c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public long f8369d = 0;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public int f8370e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public final int f8371f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public final int f8372g;
|
||||
public int[] h;
|
||||
public final TreeMap i;
|
||||
|
||||
public C0583b(String str, String str2, long j4, int i, int i4, int i5, int[] iArr, TreeMap treeMap) {
|
||||
this.f8366a = str;
|
||||
this.f8367b = str2;
|
||||
this.f8368c = j4;
|
||||
this.f8370e = i;
|
||||
this.f8371f = i4;
|
||||
this.f8372g = i5;
|
||||
this.h = iArr;
|
||||
this.i = treeMap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user