jimu-decompiled/sources/com/google/android/gms/internal/measurement/zzyi.java
2025-05-13 19:24:51 +02:00

41 lines
821 B
Java

package com.google.android.gms.internal.measurement;
import java.io.IOException;
/* loaded from: classes.dex */
public abstract class zzyi {
protected volatile int a = -1;
protected int a() {
return 0;
}
public abstract zzyi a(zzxz zzxzVar) throws IOException;
public void a(zzya zzyaVar) throws IOException {
}
public final int b() {
int a = a();
this.a = a;
return a;
}
@Override //
/* renamed from: c, reason: merged with bridge method [inline-methods] */
public zzyi clone() throws CloneNotSupportedException {
return (zzyi) super.clone();
}
public final int d() {
if (this.a < 0) {
b();
}
return this.a;
}
public String toString() {
return zzyj.a(this);
}
}