project: Rev update

This commit is contained in:
Owain van Brakel
2019-11-28 16:31:53 +01:00
parent 34f8560da9
commit 74726ae17a
343 changed files with 41411 additions and 41094 deletions

View File

@@ -7,37 +7,37 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("kl")
@ObfuscatedName("kt")
@Implements("BufferedSource")
public class BufferedSource implements Runnable {
@ObfuscatedName("a")
@ObfuscatedName("u")
@Export("thread")
Thread thread;
@ObfuscatedName("t")
@ObfuscatedName("f")
@Export("inputStream")
InputStream inputStream;
@ObfuscatedName("n")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -1673259479
intValue = -290674023
)
@Export("capacity")
int capacity;
@ObfuscatedName("q")
@ObfuscatedName("g")
@Export("buffer")
byte[] buffer;
@ObfuscatedName("v")
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = 571240185
intValue = 1886229969
)
@Export("position")
int position;
@ObfuscatedName("l")
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = -143003191
intValue = 1533965281
)
@Export("limit")
int limit;
@ObfuscatedName("c")
@ObfuscatedName("h")
@Export("exception")
IOException exception;
@@ -52,10 +52,10 @@ public class BufferedSource implements Runnable {
this.thread.start();
}
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "(II)Z",
garbageValue = "1194815492"
signature = "(IB)Z",
garbageValue = "-1"
)
@Export("isAvailable")
boolean isAvailable(int var1) throws IOException {
@@ -86,10 +86,10 @@ public class BufferedSource implements Runnable {
}
}
@ObfuscatedName("t")
@ObfuscatedName("f")
@ObfuscatedSignature(
signature = "(S)I",
garbageValue = "256"
signature = "(B)I",
garbageValue = "71"
)
@Export("available")
int available() throws IOException {
@@ -110,15 +110,15 @@ public class BufferedSource implements Runnable {
}
}
@ObfuscatedName("n")
@ObfuscatedName("b")
@ObfuscatedSignature(
signature = "(I)I",
garbageValue = "418616079"
garbageValue = "-245742191"
)
@Export("readUnsignedByte")
int readUnsignedByte() throws IOException {
synchronized(this) {
if (this.position == this.limit) {
if (this.limit == this.position) {
if (this.exception != null) {
throw new IOException(this.exception.toString());
} else {
@@ -133,10 +133,10 @@ public class BufferedSource implements Runnable {
}
}
@ObfuscatedName("q")
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "([BIII)I",
garbageValue = "153221716"
garbageValue = "4492631"
)
@Export("read")
int read(byte[] var1, int var2, int var3) throws IOException {
@@ -174,10 +174,10 @@ public class BufferedSource implements Runnable {
}
}
@ObfuscatedName("v")
@ObfuscatedName("z")
@ObfuscatedSignature(
signature = "(I)V",
garbageValue = "-206595375"
signature = "(B)V",
garbageValue = "34"
)
@Export("close")
void close() {
@@ -243,26 +243,4 @@ public class BufferedSource implements Runnable {
}
}
}
@ObfuscatedName("a")
@ObfuscatedSignature(
signature = "(II)Lio;",
garbageValue = "-139133141"
)
@Export("KitDefinition_get")
public static KitDefinition KitDefinition_get(int var0) {
KitDefinition var1 = (KitDefinition)KitDefinition.KitDefinition_cached.get((long)var0);
if (var1 != null) {
return var1;
} else {
byte[] var2 = KitDefinition.KitDefinition_archive.takeFile(3, var0);
var1 = new KitDefinition();
if (var2 != null) {
var1.decode(new Buffer(var2));
}
KitDefinition.KitDefinition_cached.put(var1, (long)var0);
return var1;
}
}
}