package g6; import java.io.File; /* loaded from: classes2.dex */ class c { c() { } public File a(String str) { return new File(str); } public boolean b(File file) { return file.exists(); } public long c(File file) { return file.length(); } }