package R4;

import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public final class o extends N4.a {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ q f2699e;

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ EnumC0183b f2701g;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public o(String str, q qVar, int i, EnumC0183b enumC0183b) {
        super(str, true);
        this.f2699e = qVar;
        this.f2700f = i;
        this.f2701g = enumC0183b;
    }

    @Override // N4.a
    public final long a() {
        q qVar = this.f2699e;
        try {
            qVar.f2711G.m(this.f2700f, this.f2701g);
            return -1L;
        } catch (IOException e2) {
            qVar.e(e2);
            return -1L;
        }
    }
}
