mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:00:47 +00:00
show swf bundles in tree
This commit is contained in:
@@ -16,7 +16,7 @@ public class RecompileTest {
|
||||
|
||||
private void testRecompileOne(String filename) {
|
||||
try {
|
||||
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename), false);
|
||||
SWF swf = new SWF(new BufferedInputStream(new FileInputStream(TESTDATADIR + File.separator + filename)), false);
|
||||
Configuration.debugCopy.set(true);
|
||||
swf.saveTo(new ByteArrayOutputStream());
|
||||
} catch (IOException | InterruptedException ex) {
|
||||
|
||||
Reference in New Issue
Block a user