BiowareDB.this

Constructor with raw data Note: data will be copied inside the class

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

Meta