package o6;

import e0.C0853a;
import java.io.Closeable;
import java.util.Arrays;

/* JADX INFO: renamed from: o6.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC1394n implements Closeable {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public int f15873q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public int[] f15874r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public String[] f15875s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public int[] f15876t;

    public abstract void A();

    public abstract String H();

    public abstract int K();

    public final void O(int i) {
        int i5 = this.f15873q;
        int[] iArr = this.f15874r;
        if (i5 == iArr.length) {
            if (i5 == 256) {
                throw new A6.b("Nesting too deep at " + m());
            }
            this.f15874r = Arrays.copyOf(iArr, iArr.length * 2);
            String[] strArr = this.f15875s;
            this.f15875s = (String[]) Arrays.copyOf(strArr, strArr.length * 2);
            int[] iArr2 = this.f15876t;
            this.f15876t = Arrays.copyOf(iArr2, iArr2.length * 2);
        }
        int[] iArr3 = this.f15874r;
        int i8 = this.f15873q;
        this.f15873q = i8 + 1;
        iArr3[i8] = i;
    }

    public abstract int Q(C0853a c0853a);

    public abstract void V();

    public abstract void a();

    public abstract void b();

    public abstract void f0();

    public abstract void g();

    public abstract void j();

    public final void j0(String str) throws F0.t {
        throw new F0.t(str + " at path " + m());
    }

    public final String m() {
        return AbstractC1380C.c(this.f15873q, this.f15874r, this.f15875s, this.f15876t);
    }

    public abstract boolean n();

    public abstract double r();

    public abstract int u();
}
