package x7;

/* JADX INFO: loaded from: classes.dex */
public abstract class n implements F, AutoCloseable {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final F f18777q;

    public n(F f3) {
        P6.g.e(f3, "delegate");
        this.f18777q = f3;
    }

    @Override // x7.F
    public void X(C1731g c1731g, long j8) {
        P6.g.e(c1731g, "source");
        this.f18777q.X(c1731g, j8);
    }

    @Override // x7.F, java.io.Closeable, java.lang.AutoCloseable
    public void close() {
        this.f18777q.close();
    }

    @Override // x7.F
    public final J f() {
        return this.f18777q.f();
    }

    @Override // x7.F, java.io.Flushable
    public void flush() {
        this.f18777q.flush();
    }

    public final String toString() {
        return getClass().getSimpleName() + '(' + this.f18777q + ')';
    }
}
