mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:20:51 +00:00
show swf bundles in tree
This commit is contained in:
@@ -34,9 +34,10 @@ import org.xml.sax.helpers.DefaultHandler;
|
||||
*/
|
||||
public class SWC extends ZippedSWFBundle {
|
||||
|
||||
public SWC(InputStream is) {
|
||||
public SWC(InputStream is) throws IOException {
|
||||
super(is);
|
||||
keySet.clear();
|
||||
this.is.reset();
|
||||
ZipInputStream zip = new ZipInputStream(this.is);
|
||||
ZipEntry entry;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user