package p138.p145.p146.p151.p158;

import android.util.Log;
import java.io.File;
import java.io.IOException;
import java.nio.ByteBuffer;
import p138.p145.p146.EnumC2812;
import p138.p145.p146.p151.C2848;
import p138.p145.p146.p151.EnumC2840;
import p138.p145.p146.p151.p152.InterfaceC2856;
import p138.p145.p146.p151.p158.InterfaceC3028;
import p138.p145.p146.p173.C3226;
import p138.p145.p146.p174.C3227;

/* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2999 implements InterfaceC3028<File, ByteBuffer> {

    /* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ށ$֏, reason: contains not printable characters */
    public static final class C3000 implements InterfaceC2856<ByteBuffer> {

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

        public C3000(File file) {
            this.f9164 = file;
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2856
        public void cancel() {
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2856
        /* JADX INFO: renamed from: ֏ */
        public Class<ByteBuffer> mo4969() {
            return ByteBuffer.class;
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2856
        /* JADX INFO: renamed from: ֏ */
        public void mo4970(EnumC2812 enumC2812, InterfaceC2856.InterfaceC2857<? super ByteBuffer> interfaceC2857) {
            try {
                interfaceC2857.mo4990(C3227.m5311(this.f9164));
            } catch (IOException e) {
                if (Log.isLoggable("ByteBufferFileLoader", 3)) {
                    Log.d("ByteBufferFileLoader", "Failed to obtain ByteBuffer for file", e);
                }
                interfaceC2857.mo4989((Exception) e);
            }
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2856
        /* JADX INFO: renamed from: ؠ */
        public void mo4973() {
        }

        @Override // p138.p145.p146.p151.p152.InterfaceC2856
        /* JADX INFO: renamed from: ހ */
        public EnumC2840 mo4974() {
            return EnumC2840.LOCAL;
        }
    }

    /* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ދ.ށ$ؠ, reason: contains not printable characters */
    public static class C3001 implements InterfaceC3030<File, ByteBuffer> {
        @Override // p138.p145.p146.p151.p158.InterfaceC3030
        /* JADX INFO: renamed from: ֏ */
        public InterfaceC3028<File, ByteBuffer> mo2521(C3036 c3036) {
            return new C2999();
        }

        @Override // p138.p145.p146.p151.p158.InterfaceC3030
        /* JADX INFO: renamed from: ֏ */
        public void mo2522() {
        }
    }

    @Override // p138.p145.p146.p151.p158.InterfaceC3028
    /* JADX INFO: renamed from: ֏ */
    public InterfaceC3028.C3029<ByteBuffer> mo2519(File file, int i, int i2, C2848 c2848) {
        File file2 = file;
        return new InterfaceC3028.C3029<>(new C3226(file2), new C3000(file2));
    }

    @Override // p138.p145.p146.p151.p158.InterfaceC3028
    /* JADX INFO: renamed from: ֏ */
    public boolean mo2520(File file) {
        return true;
    }
}
