org.eclipse.actf.model.flash.util
Class SwfHeaderParser
java.lang.Object
   org.eclipse.actf.model.flash.util.SwfHeaderParser
org.eclipse.actf.model.flash.util.SwfHeaderParser
- public class SwfHeaderParser 
- extends Object
 
 
 
SwfHeaderParser
public SwfHeaderParser(InputStream _in)
parse
public void parse()
           throws IOException
- 
- Throws:
- IOException
 
isCompressed
public boolean isCompressed()
- 
 
getVersion
public int getVersion()
- 
 
getLength
public int getLength()
- 
 
getFrameSizeX
public int getFrameSizeX()
- 
 
getFrameSizeY
public int getFrameSizeY()
- 
 
getInputStream
public InputStream getInputStream()
-