do not copy big byte arrays, store only references (ByteArrayRange) e.g in image tags

This commit is contained in:
2014-11-09 22:40:36 +01:00
parent 270cc40856
commit 3456d04d38
151 changed files with 2787 additions and 2512 deletions
@@ -21,7 +21,7 @@ package com.jpexs.decompiler.flash.treeitems;
* @author JPEXS
*/
public abstract class AS3ClassTreeItem implements TreeItem {
private final String name;
private final String path;
@@ -46,7 +46,7 @@ public class SWFList implements List<SWF>, SWFContainerItem {
public String toString() {
return name;
}
@Override
public Iterator<SWF> iterator() {
return swfs.iterator();
@@ -3,7 +3,6 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.jpexs.decompiler.flash.treeitems;
import java.util.Map;