package p461;

import java.io.IOException;
import p138.p139.p143.p144.C2803;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ޑ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C7102 implements InterfaceC7129 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ C7098 f20627;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final /* synthetic */ InterfaceC7129 f20628;

    public C7102(C7098 c7098, InterfaceC7129 interfaceC7129) {
        this.f20627 = c7098;
        this.f20628 = interfaceC7129;
    }

    @Override // p461.InterfaceC7129, java.io.Closeable, java.lang.AutoCloseable
    public void close() throws IOException {
        C7098 c7098 = this.f20627;
        c7098.m10399();
        try {
            this.f20628.close();
            if (c7098.m10400()) {
                throw c7098.mo10342((IOException) null);
            }
        } catch (IOException e) {
            if (!c7098.m10400()) {
                throw e;
            }
            throw c7098.mo10342(e);
        } finally {
            c7098.m10400();
        }
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("AsyncTimeout.source(");
        sbM4889.append(this.f20628);
        sbM4889.append(')');
        return sbM4889.toString();
    }

    @Override // p461.InterfaceC7129
    /* JADX INFO: renamed from: ؠ */
    public long mo10207(C7103 c7103, long j) throws IOException {
        if (c7103 == null) {
            C6635.m9824("sink");
            throw null;
        }
        C7098 c7098 = this.f20627;
        c7098.m10399();
        try {
            long jMo10207 = this.f20628.mo10207(c7103, j);
            if (c7098.m10400()) {
                throw c7098.mo10342((IOException) null);
            }
            return jMo10207;
        } catch (IOException e) {
            if (c7098.m10400()) {
                throw c7098.mo10342(e);
            }
            throw e;
        } finally {
            c7098.m10400();
        }
    }

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