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 f6552e;

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

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

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

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

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

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

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

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