org.eclipse.actf.model.flash.util
Class SwfHeaderParser

java.lang.Object
  extended by org.eclipse.actf.model.flash.util.SwfHeaderParser

public class SwfHeaderParser
extends Object


Constructor Summary
SwfHeaderParser(InputStream _in)
           
 
Method Summary
 InputStream getInputStream()
           
 int getLength()
           
 int getVersion()
           
 boolean isCompressed()
           
 void parse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwfHeaderParser

public SwfHeaderParser(InputStream _in)
Method Detail

parse

public void parse()
           throws IOException
Throws:
IOException

isCompressed

public boolean isCompressed()

getVersion

public int getVersion()

getLength

public int getLength()

getInputStream

public InputStream getInputStream()