package g;

import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public class b0 extends c0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ u f6061a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f6062b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ byte[] f6063c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ int f6064d;

    public b0(u uVar, int i2, byte[] bArr, int i3) {
        this.f6061a = uVar;
        this.f6062b = i2;
        this.f6063c = bArr;
        this.f6064d = i3;
    }

    @Override // g.c0
    public long a() {
        return this.f6062b;
    }

    @Override // g.c0
    @Nullable
    public u b() {
        return this.f6061a;
    }

    @Override // g.c0
    public void c(h.g gVar) {
        gVar.g(this.f6063c, this.f6064d, this.f6062b);
    }
}
