what-the-bank/sources/o/dUW.java

23 lines
551 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.io.File;
import java.io.IOException;
import java.nio.ByteBuffer;
/* loaded from: classes.dex */
public final class dUW implements gaU<ByteBuffer> {
@Override // o.gaU
public final /* synthetic */ boolean d(ByteBuffer byteBuffer, File file, unA una) {
return a(byteBuffer, file);
}
private static boolean a(ByteBuffer byteBuffer, File file) {
try {
Qeb.c(byteBuffer, file);
return true;
} catch (IOException unused) {
return false;
}
}
}