protected virtual IIronLeveldb CreateIronLeveldb(string dbpath) { return(IronLeveldbBuilder.BuildFromPath(dbpath)); }
public SteamLevelDB(string steamID3) { this.internalDatabase = IronLeveldbBuilder.BuildFromPath(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Steam", "htmlcache", "Local Storage", "leveldb")); this.steamID3 = steamID3; }