36 lines
864 B
Java
36 lines
864 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class Qys {
|
|
public int a;
|
|
public final List<byte[]> b;
|
|
public final byte[] c;
|
|
public Object d;
|
|
public final String e;
|
|
public final int f;
|
|
public final int g;
|
|
public final int h;
|
|
public final String i;
|
|
|
|
public Qys(byte[] bArr, String str, String str2) {
|
|
this(bArr, str, null, str2, -1, -1, 0);
|
|
}
|
|
|
|
public Qys(byte[] bArr, String str, List<byte[]> list, int i) {
|
|
this(bArr, str, list, null, -1, -1, i);
|
|
}
|
|
|
|
public Qys(byte[] bArr, String str, List<byte[]> list, String str2, int i, int i2, int i3) {
|
|
this.c = bArr;
|
|
this.a = bArr == null ? 0 : bArr.length << 3;
|
|
this.i = str;
|
|
this.b = list;
|
|
this.e = str2;
|
|
this.g = i2;
|
|
this.h = i;
|
|
this.f = i3;
|
|
}
|
|
}
|