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

This commit is contained in:
honfika@gmail.com
2014-11-09 22:40:36 +01:00
parent 270cc40856
commit 3456d04d38
151 changed files with 2787 additions and 2512 deletions

View File

@@ -23,5 +23,5 @@ import com.jpexs.decompiler.flash.treeitems.TreeItem;
* @author JPEXS
*/
public interface SWFContainerItem extends TreeItem {
}