Files
rr3-apk/decompiled/sources/com/tapjoy/internal/b1.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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;
}
}