public void UpdateHashes(string path)
        {
            BundleDatabase db = new BundleDatabase();

            db.Load(path);

            this.Hashes = GeneralUtils.GetHashlist(System.IO.Path.GetDirectoryName(path), db);
        }
 public ExtractProvider(BundleDatabase index)
 {
     Index = index;
 }