mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:40:45 +00:00
unknown tag shows ID
This commit is contained in:
@@ -27,4 +27,10 @@ public class UnknownTag extends Tag {
|
||||
public UnknownTag(SWF swf, int id, byte[] headerData, byte[] data, long pos) {
|
||||
super(swf, id, "Unknown", headerData, data, pos);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString()+" (ID="+id+")";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user