- 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
94 lines
2.5 KiB
Java
94 lines
2.5 KiB
Java
package com.google.android.gms.internal.auth;
|
|
|
|
import java.io.Serializable;
|
|
import java.nio.charset.Charset;
|
|
import java.util.Comparator;
|
|
import java.util.Iterator;
|
|
import java.util.Locale;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzef implements Iterable, Serializable {
|
|
private static final Comparator zza;
|
|
public static final zzef zzb = new zzec(zzfa.zzd);
|
|
private static final zzee zzd;
|
|
private int zzc = 0;
|
|
|
|
static {
|
|
int i = zzds.zza;
|
|
zzd = new zzee(null);
|
|
zza = new zzdx();
|
|
}
|
|
|
|
public static zzef zzk(byte[] bArr, int i, int i2) {
|
|
zzi(i, i + i2, bArr.length);
|
|
byte[] bArr2 = new byte[i2];
|
|
System.arraycopy(bArr, i, bArr2, 0, i2);
|
|
return new zzec(bArr2);
|
|
}
|
|
|
|
public abstract boolean equals(Object obj);
|
|
|
|
public final int hashCode() {
|
|
int i = this.zzc;
|
|
if (i == 0) {
|
|
int zzd2 = zzd();
|
|
i = zze(zzd2, 0, zzd2);
|
|
if (i == 0) {
|
|
i = 1;
|
|
}
|
|
this.zzc = i;
|
|
}
|
|
return i;
|
|
}
|
|
|
|
@Override // java.lang.Iterable
|
|
public final /* synthetic */ Iterator iterator() {
|
|
return new zzdw(this);
|
|
}
|
|
|
|
public final String toString() {
|
|
Locale locale = Locale.ROOT;
|
|
Object[] objArr = new Object[3];
|
|
objArr[0] = Integer.toHexString(System.identityHashCode(this));
|
|
objArr[1] = Integer.valueOf(zzd());
|
|
objArr[2] = zzd() <= 50 ? zzgx.zza(this) : zzgx.zza(zzf(0, 47)).concat("...");
|
|
return String.format(locale, "<ByteString@%s size=%d contents=\"%s\">", objArr);
|
|
}
|
|
|
|
public abstract byte zza(int i);
|
|
|
|
public abstract byte zzb(int i);
|
|
|
|
public abstract int zzd();
|
|
|
|
public abstract int zze(int i, int i2, int i3);
|
|
|
|
public abstract zzef zzf(int i, int i2);
|
|
|
|
public abstract String zzg(Charset charset);
|
|
|
|
public abstract boolean zzh();
|
|
|
|
public final int zzj() {
|
|
return this.zzc;
|
|
}
|
|
|
|
public final String zzl(Charset charset) {
|
|
return zzd() == 0 ? "" : zzg(charset);
|
|
}
|
|
|
|
public static int zzi(int i, int i2, int i3) {
|
|
int i4 = i2 - i;
|
|
if ((i | i2 | i4 | (i3 - i2)) >= 0) {
|
|
return i4;
|
|
}
|
|
if (i < 0) {
|
|
throw new IndexOutOfBoundsException("Beginning index: " + i + " < 0");
|
|
}
|
|
if (i2 < i) {
|
|
throw new IndexOutOfBoundsException("Beginning index larger than ending index: " + i + ", " + i2);
|
|
}
|
|
throw new IndexOutOfBoundsException("End index: " + i2 + " >= " + i3);
|
|
}
|
|
}
|