Files
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

57 lines
1.9 KiB
Java

package com.google.android.gms.internal.drive;
import com.google.android.gms.internal.drive.zzit;
import com.google.android.gms.internal.drive.zziu;
import java.io.IOException;
/* loaded from: classes3.dex */
public abstract class zzit<MessageType extends zzit<MessageType, BuilderType>, BuilderType extends zziu<MessageType, BuilderType>> implements zzlq {
private static boolean zznf;
protected int zzne = 0;
@Override // com.google.android.gms.internal.drive.zzlq
public final zzjc zzbl() {
try {
zzjk zzu = zzjc.zzu(zzcx());
zzb(zzu.zzby());
return zzu.zzbx();
} catch (IOException e) {
String name = getClass().getName();
StringBuilder sb = new StringBuilder(name.length() + 62 + "ByteString".length());
sb.append("Serializing ");
sb.append(name);
sb.append(" to a ");
sb.append("ByteString");
sb.append(" threw an IOException (should never happen).");
throw new RuntimeException(sb.toString(), e);
}
}
public final byte[] toByteArray() {
try {
byte[] bArr = new byte[zzcx()];
zzjr zzb = zzjr.zzb(bArr);
zzb(zzb);
zzb.zzcb();
return bArr;
} catch (IOException e) {
String name = getClass().getName();
StringBuilder sb = new StringBuilder(name.length() + 62 + "byte array".length());
sb.append("Serializing ");
sb.append(name);
sb.append(" to a ");
sb.append("byte array");
sb.append(" threw an IOException (should never happen).");
throw new RuntimeException(sb.toString(), e);
}
}
public int zzbm() {
throw new UnsupportedOperationException();
}
public void zzo(int i) {
throw new UnsupportedOperationException();
}
}