This commit is contained in:
ThatGamerBlue
2021-05-19 12:59:30 +01:00
parent 7eb96d606a
commit 29a3d313a4
438 changed files with 51991 additions and 51730 deletions

View File

@@ -7,14 +7,10 @@ import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ok")
@Implements("GZipDecompressor")
public class GZipDecompressor {
@ObfuscatedName("f")
@ObfuscatedName("h")
@Export("inflater")
Inflater inflater;
public GZipDecompressor() {
this(-1, 1000000, 1000000); // L: 10
} // L: 11
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "1000000"
@@ -22,16 +18,20 @@ public class GZipDecompressor {
GZipDecompressor(int var1, int var2, int var3) {
} // L: 13
@ObfuscatedName("f")
public GZipDecompressor() {
this(-1, 1000000, 1000000); // L: 10
} // L: 11
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(Lnu;[BB)V",
garbageValue = "1"
descriptor = "(Lnk;[BI)V",
garbageValue = "1918838814"
)
@Export("decompress")
public void decompress(Buffer var1, byte[] var2) {
if (var1.array[var1.offset] == 31 && var1.array[var1.offset + 1] == -117) { // L: 16
if (this.inflater == null) {
this.inflater = new Inflater(true); // L: 17
if (this.inflater == null) { // L: 17
this.inflater = new Inflater(true);
}
try {