more RSClient refactoring

This commit is contained in:
Lucwousin
2019-07-10 00:02:08 +02:00
parent 02ba0bbe57
commit 91fbcf3d6b
83 changed files with 670 additions and 592 deletions

View File

@@ -11,13 +11,14 @@ public class VarcInt extends DualNode {
@ObfuscatedSignature(
signature = "Lir;"
)
static AbstractArchive field942;
@Export("VarcInt_archive")
static AbstractArchive VarcInt_archive;
@ObfuscatedName("f")
@ObfuscatedSignature(
signature = "Ler;"
)
@Export("cachedVarcInts")
static EvictingDualNodeHashTable cachedVarcInts;
@Export("VarcInt_cached")
static EvictingDualNodeHashTable VarcInt_cached;
@ObfuscatedName("q")
@Export("persist")
public boolean persist;
@@ -75,6 +76,6 @@ public class VarcInt extends DualNode {
}
static {
cachedVarcInts = new EvictingDualNodeHashTable(64);
VarcInt_cached = new EvictingDualNodeHashTable(64);
}
}