- 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
23 lines
748 B
Java
23 lines
748 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
import java.io.PushbackInputStream;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzbbc extends PushbackInputStream {
|
|
final /* synthetic */ zzbbd zza;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzbbc(zzbbd zzbbdVar, InputStream inputStream, int i) {
|
|
super(inputStream, 1);
|
|
this.zza = zzbbdVar;
|
|
}
|
|
|
|
@Override // java.io.PushbackInputStream, java.io.FilterInputStream, java.io.InputStream, java.io.Closeable, java.lang.AutoCloseable
|
|
public final synchronized void close() throws IOException {
|
|
zzbbf.zze(this.zza.zzc);
|
|
super.close();
|
|
}
|
|
}
|