fixed deobfuscation

Issue #151 option for caching in memory instead of temp files
This commit is contained in:
Jindra Petk
2013-07-08 20:39:02 +02:00
parent 5ed314d0eb
commit 8bfc8ad30f
14 changed files with 135 additions and 39 deletions

View File

@@ -2013,7 +2013,7 @@ public class SWF {
mat.getRotateSkew1Float(), mat.getScaleYFloat(),
mat.translateX, mat.translateY);
}
private static Cache cache = new Cache(false);
private static Cache cache = Cache.getInstance(false);
public void clearImageCache() {
cache.clear();