Package org.helidb.backend

Examples of org.helidb.backend.SingleDatabaseFile


  {
    // Null checks
    f.getClass();
    tempDir.getClass();

    m_file = new SingleDatabaseFile(f);
    m_tempDir = tempDir;
  }
View Full Code Here


    m_tempDir = tempDir;
  }

  public DatabaseFiles copyDatabaseFiles()
  {
    return new SingleDatabaseFile(copyToTempFile(m_file.getFile(), m_tempDir));
  }
View Full Code Here

TOP

Related Classes of org.helidb.backend.SingleDatabaseFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.