public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException {
   RemoveObject2 tag = new RemoveObject2();
   tag.depth = swf.readUnsignedShort();
   return tag;
 }