- 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
45 lines
993 B
Java
45 lines
993 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.io.InputStream;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbbh {
|
|
private final InputStream zza;
|
|
private final boolean zzb;
|
|
private final boolean zzc;
|
|
private final long zzd;
|
|
private final boolean zze;
|
|
|
|
private zzbbh(InputStream inputStream, boolean z, boolean z2, long j, boolean z3) {
|
|
this.zza = inputStream;
|
|
this.zzb = z;
|
|
this.zzc = z2;
|
|
this.zzd = j;
|
|
this.zze = z3;
|
|
}
|
|
|
|
public static zzbbh zzb(InputStream inputStream, boolean z, boolean z2, long j, boolean z3) {
|
|
return new zzbbh(inputStream, z, z2, j, z3);
|
|
}
|
|
|
|
public final long zza() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final InputStream zzc() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final boolean zzd() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final boolean zze() {
|
|
return this.zze;
|
|
}
|
|
|
|
public final boolean zzf() {
|
|
return this.zzc;
|
|
}
|
|
}
|