package p461;

import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ޑ.އ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC7111 implements InterfaceC7129 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final InterfaceC7129 f20639;

    public AbstractC7111(InterfaceC7129 interfaceC7129) {
        if (interfaceC7129 != null) {
            this.f20639 = interfaceC7129;
        } else {
            C6635.m9824("delegate");
            throw null;
        }
    }

    @Override // p461.InterfaceC7129, java.io.Closeable, java.lang.AutoCloseable
    public void close() {
        this.f20639.close();
    }

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

    @Override // p461.InterfaceC7129
    /* JADX INFO: renamed from: ؠ */
    public long mo10207(C7103 c7103, long j) {
        if (c7103 != null) {
            return this.f20639.mo10207(c7103, j);
        }
        C6635.m9824("sink");
        throw null;
    }

    @Override // p461.InterfaceC7129
    /* JADX INFO: renamed from: ށ */
    public C7130 mo10277() {
        return this.f20639.mo10277();
    }
}
