package g;

import javax.annotation.Nullable;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ h.i f6073b;

    public a0(u uVar, h.i iVar) {
        this.f6072a = uVar;
        this.f6073b = iVar;
    }

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

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

    @Override // g.c0
    public void c(h.g gVar) {
        gVar.t(this.f6073b);
    }
}
