コード例 #1
0
 private Store GetStore()
 {
     return(BufUtils.GetStore(
                GetFullPath("routerinfo.sto"),
                DefaultStoreChunkSize));
 }
コード例 #2
0
ファイル: RoutersStatistics.cs プロジェクト: itfenom/i2p-cs
 private static Store GetStore()
 {
     return(BufUtils.GetStore(
                NetDb.Inst.GetFullPath("statistics.sto"),
                -1));
 }