mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 01:45:10 +00:00
cleanup
This commit is contained in:
@@ -30,8 +30,6 @@ import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipInputStream;
|
||||
import java.util.zip.ZipOutputStream;
|
||||
@@ -44,9 +42,10 @@ public class ZippedSWFBundle implements SWFBundle {
|
||||
|
||||
protected Set<String> keySet = new HashSet<>();
|
||||
|
||||
//private final Map<String, SeekableInputStream> cachedSWFs = new HashMap<>();
|
||||
protected FileInputStream fis;
|
||||
|
||||
protected ReReadableInputStream is;
|
||||
|
||||
protected File filename;
|
||||
|
||||
public ZippedSWFBundle(InputStream is) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user