Class SqlJetFileUtil
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.fs.util.SqlJetFileUtil
-
public class SqlJetFileUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSqlJetFileUtil.SqlJetOsType
-
Field Summary
Fields Modifier and Type Field Description static intATTEMPTS_COUNTstatic SqlJetFileUtil.SqlJetOsTypeOS
-
Constructor Summary
Constructors Constructor Description SqlJetFileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandeleteFile(java.io.File file)static booleandeleteFile(java.io.File file, boolean sync)static java.io.RandomAccessFileopenFile(java.io.File file, java.lang.String mode)
-
-
-
Field Detail
-
ATTEMPTS_COUNT
public static final int ATTEMPTS_COUNT
-
OS
public static final SqlJetFileUtil.SqlJetOsType OS
-
-
Method Detail
-
deleteFile
public static boolean deleteFile(java.io.File file)
-
deleteFile
public static boolean deleteFile(java.io.File file, boolean sync)
-
openFile
public static java.io.RandomAccessFile openFile(java.io.File file, java.lang.String mode) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
-