project: rev 195

This commit is contained in:
ThatGamerBlue
2021-04-14 13:14:08 +01:00
parent 05ff44d4ad
commit c9d40d93dd
439 changed files with 55170 additions and 51182 deletions

View File

@@ -4,16 +4,17 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("mg")
@ObfuscatedName("ok")
@Implements("GZipDecompressor")
public class GZipDecompressor {
@ObfuscatedName("t")
@Export("formattedOperatingSystemName")
public static String formattedOperatingSystemName;
@ObfuscatedName("n")
@ObfuscatedName("f")
@Export("inflater")
Inflater inflater;
public GZipDecompressor() {
this(-1, 1000000, 1000000); // L: 10
} // L: 11
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "1000000"
@@ -21,14 +22,10 @@ public class GZipDecompressor {
GZipDecompressor(int var1, int var2, int var3) {
} // L: 13
public GZipDecompressor() {
this(-1, 1000000, 1000000); // L: 10
} // L: 11
@ObfuscatedName("n")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(Lkx;[BI)V",
garbageValue = "1829368113"
descriptor = "(Lnu;[BB)V",
garbageValue = "1"
)
@Export("decompress")
public void decompress(Buffer var1, byte[] var2) {
@@ -50,4 +47,4 @@ public class GZipDecompressor {
throw new RuntimeException("");
}
} // L: 27
}
}