package g2;

import java.io.IOException;

/* JADX INFO: compiled from: DLSetParser.java */
/* JADX INFO: loaded from: classes.dex */
public class p1 implements d, s1 {

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

    p1(w wVar) {
        this.f4733e = wVar;
    }

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

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