package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public final class xc {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final int f18403a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List f18404b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f18405c;

    @Nullable
    private final InputStream zzd;

    public xc(int i10, ArrayList arrayList, int i11, yc ycVar) {
        this.f18403a = i10;
        this.f18404b = arrayList;
        this.f18405c = i11;
        this.zzd = ycVar;
    }

    @Nullable
    public final InputStream zzd() {
        InputStream inputStream = this.zzd;
        if (inputStream != null) {
            return inputStream;
        }
        return null;
    }
}
