lazy loading of shaperecords in DefineShape tags

This commit is contained in:
honfika@gmail.com
2014-11-09 14:11:50 +01:00
parent f3690a0e3c
commit ebe45ebc7f
9 changed files with 97 additions and 26 deletions

View File

@@ -100,7 +100,7 @@ public class DumpTreeModel implements TreeModel {
SWFInputStream sis = tagStub.getDataStream();
sis.seek(tagStub.getDataPos());
sis.dumpInfo = di;
SWFInputStream.resolveTag(tagStub, 0, false, true);
SWFInputStream.resolveTag(tagStub, 0, false, true, false);
} catch (InterruptedException | IOException ex) {
Logger.getLogger(DumpTreeModel.class.getName()).log(Level.SEVERE, null, ex);
}