package h;

import java.io.InterruptedIOException;
import java.util.concurrent.TimeUnit;

/* JADX INFO: loaded from: classes.dex */
public class l extends y {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public y f6538e;

    public l(y yVar) {
        if (yVar == null) {
            throw new IllegalArgumentException("delegate == null");
        }
        this.f6538e = yVar;
    }

    @Override // h.y
    public y a() {
        return this.f6538e.a();
    }

    @Override // h.y
    public y b() {
        return this.f6538e.b();
    }

    @Override // h.y
    public long c() {
        return this.f6538e.c();
    }

    @Override // h.y
    public y d(long j2) {
        return this.f6538e.d(j2);
    }

    @Override // h.y
    public boolean e() {
        return this.f6538e.e();
    }

    @Override // h.y
    public void f() throws InterruptedIOException {
        this.f6538e.f();
    }

    @Override // h.y
    public y g(long j2, TimeUnit timeUnit) {
        return this.f6538e.g(j2, timeUnit);
    }
}
