package g2;

import java.io.IOException;

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

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

    f0(w wVar) {
        this.f4698e = wVar;
    }

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

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