org.concord.flash.util
Class DumpSWF

java.lang.Object
  |
  +--org.concord.flash.util.DumpSWF

public class DumpSWF
extends java.lang.Object

Reads and parses a SWF file and dumps a textual representation to System.out. SWFTagDumper is a class that implements the SWFTagTypes interface so it can be driven by the TagParser class.


Constructor Summary
DumpSWF()
           
 
Method Summary
static void main(java.lang.String[] args)
          First arg is the name of the input SWF file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpSWF

public DumpSWF()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
First arg is the name of the input SWF file