Package com.db4o.io

Class RandomAccessFileFactory


  • public class RandomAccessFileFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.RandomAccessFile newRandomAccessFile​(java.lang.String path, boolean readOnly, boolean lockFile)  
      • Methods inherited from class java.lang.Object

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

      • RandomAccessFileFactory

        public RandomAccessFileFactory()
    • Method Detail

      • newRandomAccessFile

        public static java.io.RandomAccessFile newRandomAccessFile​(java.lang.String path,
                                                                   boolean readOnly,
                                                                   boolean lockFile)