66 lines
1.7 KiB
Java
66 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import java.io.File;
|
||
|
import java.io.IOException;
|
||
|
import java.nio.ByteBuffer;
|
||
|
import o.InterfaceC12232euN;
|
||
|
import o.SCe;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class MUS implements SCe<File, ByteBuffer> {
|
||
|
@Override // o.SCe
|
||
|
public final /* bridge */ /* synthetic */ boolean d(File file) {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
@Override // o.SCe
|
||
|
public final /* synthetic */ SCe.IeS<ByteBuffer> e(File file, int i, int i2, unA una) {
|
||
|
File file2 = file;
|
||
|
return new SCe.IeS<>(new xBn(file2), new RVV(file2));
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public static class LWm implements rIx<File, ByteBuffer> {
|
||
|
@Override // o.rIx
|
||
|
public final SCe<File, ByteBuffer> c(Vzp vzp) {
|
||
|
return new MUS();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
static final class RVV implements InterfaceC12232euN<ByteBuffer> {
|
||
|
private final File d;
|
||
|
|
||
|
@Override // o.InterfaceC12232euN
|
||
|
public final void a() {
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC12232euN
|
||
|
public final void e() {
|
||
|
}
|
||
|
|
||
|
RVV(File file) {
|
||
|
this.d = file;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC12232euN
|
||
|
public final void c(EnumC3495ayd enumC3495ayd, InterfaceC12232euN.IeS<? super ByteBuffer> ieS) {
|
||
|
try {
|
||
|
ieS.a((InterfaceC12232euN.IeS<? super ByteBuffer>) Qeb.b(this.d));
|
||
|
} catch (IOException e) {
|
||
|
ieS.a((Exception) e);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC12232euN
|
||
|
public final Class<ByteBuffer> c() {
|
||
|
return ByteBuffer.class;
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC12232euN
|
||
|
public final pNW d() {
|
||
|
return pNW.LOCAL;
|
||
|
}
|
||
|
}
|
||
|
}
|