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