package g2;

import java.io.IOException;

/* JADX INFO: compiled from: DLSequenceParser.java */
/* JADX INFO: loaded from: classes.dex */
public class n1 implements u {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private w f4728e;

    n1(w wVar) {
        this.f4728e = wVar;
    }

    @Override // g2.s1
    public s a() throws IOException {
        return new m1(this.f4728e.d());
    }

    @Override // g2.d
    public s c() {
        try {
            return a();
        } catch (IOException e3) {
            throw new IllegalStateException(e3.getMessage());
        }
    }
}
