Files
rr3-apk/decompiled-community/sources/com/tapjoy/internal/b1.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

43 lines
860 B
Java

package com.tapjoy.internal;
/* loaded from: classes4.dex */
public final class b1 {
public final byte[] a;
public int b;
public int c;
public boolean d;
public final boolean e;
public b1 f;
public b1 g;
public b1() {
this.a = new byte[8192];
this.e = true;
this.d = false;
}
public final b1 a() {
b1 b1Var = this.f;
b1 b1Var2 = b1Var != this ? b1Var : null;
b1 b1Var3 = this.g;
b1Var3.f = b1Var;
this.f.g = b1Var3;
this.f = null;
this.g = null;
return b1Var2;
}
public b1(b1 b1Var) {
this(b1Var.a, b1Var.b, b1Var.c);
b1Var.d = true;
}
public b1(byte[] bArr, int i, int i2) {
this.a = bArr;
this.b = i;
this.c = i2;
this.e = false;
this.d = true;
}
}