mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 10:50:48 +00:00
do not copy big byte arrays, store only references (ByteArrayRange) e.g in image tags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user