BiowareDB.this

Constructor with file paths

  1. this(ubyte[] dbfData, ubyte[] cdxData, ubyte[] fptData, bool buildIndex)
  2. this(string dbfPath, string cdxPath, string fptPath, bool buildIndex)
    class BiowareDB
    this
    (
    in string dbfPath
    ,
    in string cdxPath
    ,
    in string fptPath
    ,
    bool buildIndex = true
    )
  3. this(string dbFilesPath, bool buildIndex)

Meta