- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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;
|
|
}
|
|
}
|