Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzacr.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

56 lines
1.4 KiB
Java

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;
}
}
}