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

56 lines
1.4 KiB
Java

package com.google.android.gms.internal.fido;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.Arrays;
/* loaded from: classes3.dex */
public abstract class zzhp implements Comparable {
private final zzhp zzc(Class cls) throws zzho {
if (cls.isInstance(this)) {
return (zzhp) cls.cast(this);
}
throw new zzho("Expected a " + cls.getName() + " value, but got " + getClass().getName());
}
public static int zzd(byte b) {
return (b >> 5) & 7;
}
public static zzhk zzg(long j) {
return new zzhk(j);
}
public static zzhn zzi(String str) {
return new zzhn(str);
}
public static zzhp zzk(InputStream inputStream) throws zzhj {
return zzhq.zza(inputStream, new zzhs(inputStream));
}
public abstract int zza();
public int zzb() {
return 0;
}
public final zzhi zze() throws zzho {
return (zzhi) zzc(zzhi.class);
}
public final zzhk zzf() throws zzho {
return (zzhk) zzc(zzhk.class);
}
public final zzhm zzh() throws zzho {
return (zzhm) zzc(zzhm.class);
}
public static zzhp zzj(byte... bArr) throws zzhj {
bArr.getClass();
ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(Arrays.copyOf(bArr, bArr.length));
return zzhq.zza(byteArrayInputStream, new zzhs(byteArrayInputStream));
}
}