Class SqlJetFileUtil


  • public class SqlJetFileUtil
    extends java.lang.Object
    Author:
    TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlJetFileUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean deleteFile​(java.io.File file)  
      static boolean deleteFile​(java.io.File file, boolean sync)  
      static java.io.RandomAccessFile openFile​(java.io.File file, java.lang.String mode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SqlJetFileUtil

        public SqlJetFileUtil()
    • 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