chore: rev 190

This commit is contained in:
ThatGamerBlue
2020-06-18 12:15:38 +01:00
parent c97f7b196e
commit 655106b9df
351 changed files with 41484 additions and 41558 deletions

View File

@@ -9,21 +9,21 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("mb")
@ObfuscatedName("my")
@Implements("AccessFile")
public final class AccessFile {
@ObfuscatedName("x")
@ObfuscatedName("m")
@Export("file")
RandomAccessFile file;
@ObfuscatedName("m")
@ObfuscatedName("o")
@ObfuscatedGetter(
longValue = 1632378019072179927L
longValue = 3349439872542127423L
)
@Export("maxSize")
final long maxSize;
@ObfuscatedName("k")
@ObfuscatedName("q")
@ObfuscatedGetter(
longValue = 3271085237778542147L
longValue = 253746605088017275L
)
@Export("offset")
long offset;
@@ -49,21 +49,21 @@ public final class AccessFile {
this.file.seek(0L);
}
@ObfuscatedName("x")
@ObfuscatedName("m")
@Export("seek")
final void seek(long var1) throws IOException {
this.file.seek(var1);
this.offset = var1;
}
@ObfuscatedName("m")
@ObfuscatedName("o")
@ObfuscatedSignature(
signature = "([BIIB)V",
garbageValue = "47"
signature = "([BIII)V",
garbageValue = "239881906"
)
@Export("write")
public final void write(byte[] var1, int var2, int var3) throws IOException {
if (this.offset + (long)var3 > this.maxSize) {
if ((long)var3 + this.offset > this.maxSize) {
this.file.seek(this.maxSize);
this.file.write(1);
throw new EOFException();
@@ -73,20 +73,20 @@ public final class AccessFile {
}
}
@ObfuscatedName("k")
@ObfuscatedName("q")
@ObfuscatedSignature(
signature = "(B)V",
garbageValue = "10"
signature = "(I)V",
garbageValue = "-1767391731"
)
@Export("close")
public final void close() throws IOException {
this.closeSync(false);
}
@ObfuscatedName("d")
@ObfuscatedName("j")
@ObfuscatedSignature(
signature = "(ZI)V",
garbageValue = "2141113619"
signature = "(ZB)V",
garbageValue = "-19"
)
@Export("closeSync")
public final void closeSync(boolean var1) throws IOException {
@@ -104,20 +104,20 @@ public final class AccessFile {
}
@ObfuscatedName("w")
@ObfuscatedName("p")
@ObfuscatedSignature(
signature = "(B)J",
garbageValue = "74"
signature = "(I)J",
garbageValue = "997596889"
)
@Export("length")
public final long length() throws IOException {
return this.file.length();
}
@ObfuscatedName("v")
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "([BIII)I",
garbageValue = "-316484023"
garbageValue = "-1991806699"
)
@Export("read")
public final int read(byte[] var1, int var2, int var3) throws IOException {