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

123 lines
3.5 KiB
Java

package com.google.android.gms.internal.ads;
import java.io.IOException;
import java.io.InputStream;
/* loaded from: classes3.dex */
public abstract class zzgwp {
public static final /* synthetic */ int zzd = 0;
private static volatile int zze = 100;
int zza;
final int zzb = zze;
zzgwq zzc;
private zzgwp() {
}
public /* synthetic */ zzgwp(zzgwo zzgwoVar) {
}
public static int zzD(int i) {
return (i >>> 1) ^ (-(i & 1));
}
public static int zzE(int i, InputStream inputStream) throws IOException {
if ((i & 128) == 0) {
return i;
}
int i2 = i & 127;
int i3 = 7;
while (i3 < 32) {
int read = inputStream.read();
if (read == -1) {
throw new zzgyg("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.");
}
i2 |= (read & 127) << i3;
if ((read & 128) == 0) {
return i2;
}
i3 += 7;
}
while (i3 < 64) {
int read2 = inputStream.read();
if (read2 == -1) {
throw new zzgyg("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.");
}
if ((read2 & 128) == 0) {
return i2;
}
i3 += 7;
}
throw new zzgyg("CodedInputStream encountered a malformed varint.");
}
public static long zzF(long j) {
return (j >>> 1) ^ (-(1 & j));
}
public static zzgwp zzG(InputStream inputStream, int i) {
if (inputStream != null) {
return new zzgwm(inputStream, 4096, null);
}
byte[] bArr = zzgye.zzb;
int length = bArr.length;
return zzH(bArr, 0, 0, false);
}
public static zzgwp zzH(byte[] bArr, int i, int i2, boolean z) {
zzgwk zzgwkVar = new zzgwk(bArr, i, i2, z, null);
try {
zzgwkVar.zzd(i2);
return zzgwkVar;
} catch (zzgyg e) {
throw new IllegalArgumentException(e);
}
}
public abstract boolean zzA() throws IOException;
public abstract boolean zzB() throws IOException;
public abstract double zza() throws IOException;
public abstract float zzb() throws IOException;
public abstract int zzc();
public abstract int zzd(int i) throws zzgyg;
public abstract int zze() throws IOException;
public abstract int zzf() throws IOException;
public abstract int zzg() throws IOException;
public abstract int zzj() throws IOException;
public abstract int zzk() throws IOException;
public abstract int zzl() throws IOException;
public abstract int zzm() throws IOException;
public abstract long zzn() throws IOException;
public abstract long zzo() throws IOException;
public abstract long zzs() throws IOException;
public abstract long zzt() throws IOException;
public abstract long zzu() throws IOException;
public abstract zzgwj zzv() throws IOException;
public abstract String zzw() throws IOException;
public abstract String zzx() throws IOException;
public abstract void zzy(int i) throws zzgyg;
public abstract void zzz(int i);
}