- 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
116 lines
3.1 KiB
Java
116 lines
3.1 KiB
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import java.io.IOException;
|
|
import java.io.Serializable;
|
|
import java.nio.charset.Charset;
|
|
import java.util.Comparator;
|
|
import java.util.Iterator;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzjc implements Serializable, Iterable<Byte> {
|
|
public static final zzjc zznq = new zzjm(zzkm.zzsn);
|
|
private static final zzji zznr;
|
|
private static final Comparator<zzjc> zznt;
|
|
private int zzns = 0;
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public static int zza(byte b) {
|
|
return b & 255;
|
|
}
|
|
|
|
public abstract boolean equals(Object obj);
|
|
|
|
public abstract int size();
|
|
|
|
public abstract int zza(int i, int i2, int i3);
|
|
|
|
public abstract zzjc zza(int i, int i2);
|
|
|
|
public abstract String zza(Charset charset);
|
|
|
|
public abstract void zza(zzjb zzjbVar) throws IOException;
|
|
|
|
public abstract boolean zzbu();
|
|
|
|
public final int zzbv() {
|
|
return this.zzns;
|
|
}
|
|
|
|
public abstract byte zzs(int i);
|
|
|
|
public abstract byte zzt(int i);
|
|
|
|
public static zzjc zzb(byte[] bArr, int i, int i2) {
|
|
zzb(i, i + i2, bArr.length);
|
|
return new zzjm(zznr.zzc(bArr, i, i2));
|
|
}
|
|
|
|
public static zzjc zzk(String str) {
|
|
return new zzjm(str.getBytes(zzkm.UTF_8));
|
|
}
|
|
|
|
public final String zzbt() {
|
|
return size() == 0 ? "" : zza(zzkm.UTF_8);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int i = this.zzns;
|
|
if (i == 0) {
|
|
int size = size();
|
|
i = zza(size, 0, size);
|
|
if (i == 0) {
|
|
i = 1;
|
|
}
|
|
this.zzns = i;
|
|
}
|
|
return i;
|
|
}
|
|
|
|
public static zzjk zzu(int i) {
|
|
return new zzjk(i, null);
|
|
}
|
|
|
|
public static int zzb(int i, int i2, int i3) {
|
|
int i4 = i2 - i;
|
|
if ((i | i2 | i4 | (i3 - i2)) >= 0) {
|
|
return i4;
|
|
}
|
|
if (i < 0) {
|
|
StringBuilder sb = new StringBuilder(32);
|
|
sb.append("Beginning index: ");
|
|
sb.append(i);
|
|
sb.append(" < 0");
|
|
throw new IndexOutOfBoundsException(sb.toString());
|
|
}
|
|
if (i2 < i) {
|
|
StringBuilder sb2 = new StringBuilder(66);
|
|
sb2.append("Beginning index larger than ending index: ");
|
|
sb2.append(i);
|
|
sb2.append(", ");
|
|
sb2.append(i2);
|
|
throw new IndexOutOfBoundsException(sb2.toString());
|
|
}
|
|
StringBuilder sb3 = new StringBuilder(37);
|
|
sb3.append("End index: ");
|
|
sb3.append(i2);
|
|
sb3.append(" >= ");
|
|
sb3.append(i3);
|
|
throw new IndexOutOfBoundsException(sb3.toString());
|
|
}
|
|
|
|
public final String toString() {
|
|
return String.format("<ByteString@%s size=%d>", Integer.toHexString(System.identityHashCode(this)), Integer.valueOf(size()));
|
|
}
|
|
|
|
@Override // java.lang.Iterable
|
|
public /* synthetic */ Iterator<Byte> iterator() {
|
|
return new zzjd(this);
|
|
}
|
|
|
|
static {
|
|
zzjd zzjdVar = null;
|
|
zznr = zzix.zzbr() ? new zzjn(zzjdVar) : new zzjg(zzjdVar);
|
|
zznt = new zzje();
|
|
}
|
|
}
|