Issue #367 Search in memory: save(export) SWFs

few refactorings
This commit is contained in:
Jindra Petk
2013-09-10 07:46:16 +02:00
parent 9696b91d4d
commit 17a5e75f1a
17 changed files with 133 additions and 48 deletions

View File

@@ -352,7 +352,7 @@ public class SWF {
frameRate = sis.readUI8();
frameCount = sis.readUI16();
if (checkOnly) {
return;
//return;
}
tags = sis.readTagList(this, 0, parallelRead, true, !checkOnly);
if (!checkOnly) {