mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 11:24:53 +00:00
dissasembly progress percent view
better text tags editing - parameters
This commit is contained in:
@@ -81,4 +81,8 @@ public class ReReadableInputStream extends InputStream {
|
||||
public int available() throws IOException {
|
||||
return (count + is.available()) - pos;
|
||||
}
|
||||
|
||||
public long length() throws IOException {
|
||||
return count + is.available();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user