NetMirror.apk
Download file
package com.facebook.imagepipeline.producers;
import java.io.FileInputStream;
import java.util.concurrent.Executor;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* JADX INFO: loaded from: classes.dex */
public final class N extends M {
/* JADX INFO: renamed from: c, reason: collision with root package name */
public static final a f6044c = new a(null);
public static final class a {
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private a() {
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public N(Executor executor, a0.i iVar) {
super(executor, iVar);
D2.h.f(executor, "executor");
D2.h.f(iVar, "pooledByteBufferFactory");
}
@Override // com.facebook.imagepipeline.producers.M
protected O0.j d(U0.b bVar) {
D2.h.f(bVar, "imageRequest");
return e(new FileInputStream(bVar.u().toString()), (int) bVar.u().length());
}
@Override // com.facebook.imagepipeline.producers.M
protected String f() {
return "LocalFileFetchProducer";
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file