This commit is contained in:
honfika@gmail.com
2015-03-07 14:58:55 +01:00
parent f938e97f5a
commit 14f07233dd
9 changed files with 1994 additions and 2233 deletions

View File

@@ -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 {