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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import java.io.EOFException;
import java.io.IOException;
/* loaded from: classes3.dex */
public final class zzacr {
public static int zza(zzaco zzacoVar, byte[] bArr, int i, int i2) throws IOException {
int i3 = 0;
while (i3 < i2) {
int zzb = zzacoVar.zzb(bArr, i + i3, i2 - i3);
if (zzb == -1) {
break;
}
i3 += zzb;
}
return i3;
}
public static void zzb(boolean z, @Nullable String str) throws zzbc {
if (!z) {
throw zzbc.zza(str, null);
}
}
public static boolean zzc(zzaco zzacoVar, byte[] bArr, int i, int i2, boolean z) throws IOException {
try {
return zzacoVar.zzm(bArr, 0, i2, z);
} catch (EOFException e) {
if (z) {
return false;
}
throw e;
}
}
public static boolean zzd(zzaco zzacoVar, byte[] bArr, int i, int i2) throws IOException {
try {
zzacoVar.zzi(bArr, i, i2);
return true;
} catch (EOFException unused) {
return false;
}
}
public static boolean zze(zzaco zzacoVar, int i) throws IOException {
try {
zzacoVar.zzk(i);
return true;
} catch (EOFException unused) {
return false;
}
}
}