mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 18:21:52 +00:00
show swf bundles in tree
This commit is contained in:
@@ -50,6 +50,11 @@ public class MemoryInputStream extends SeekableInputStream {
|
||||
this.pos = pos;
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void reset() throws IOException {
|
||||
seek(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int read() throws IOException {
|
||||
if (pos > count) {
|
||||
|
||||
Reference in New Issue
Block a user