package p447;

import java.io.Closeable;
import java.io.File;
import java.io.IOException;
import p138.p176.p177.p242.p246.p251.C4303;
import p402.p411.p413.C6635;
import p461.InterfaceC7106;
import p461.InterfaceC7129;

/* JADX INFO: renamed from: ސ.ޛ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C6928 extends AbstractC6930 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ File f20138;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final /* synthetic */ C6914 f20139;

    public C6928(File file, C6914 c6914) {
        this.f20138 = file;
        this.f20139 = c6914;
    }

    @Override // p447.AbstractC6930
    public long contentLength() {
        return this.f20138.length();
    }

    @Override // p447.AbstractC6930
    public C6914 contentType() {
        return this.f20139;
    }

    @Override // p447.AbstractC6930
    public void writeTo(InterfaceC7106 interfaceC7106) throws IOException {
        if (interfaceC7106 == null) {
            C6635.m9824("sink");
            throw null;
        }
        InterfaceC7129 interfaceC7129M7080 = C4303.m7080(this.f20138);
        try {
            interfaceC7106.mo10410(interfaceC7129M7080);
            C4303.m7088((Closeable) interfaceC7129M7080, (Throwable) null);
        } finally {
        }
    }
}
