23 lines
551 B
Java
23 lines
551 B
Java
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;
|
|
}
|
|
}
|
|
}
|