public class SwfHeaderParser extends Object
Constructor and Description |
---|
SwfHeaderParser(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
int |
getFrameSizeX() |
int |
getFrameSizeY() |
InputStream |
getInputStream() |
int |
getLength() |
int |
getVersion() |
boolean |
isCompressed() |
void |
parse() |
public SwfHeaderParser(InputStream _in)
public void parse() throws IOException
IOException
public boolean isCompressed()
public int getVersion()
public int getLength()
public int getFrameSizeX()
public int getFrameSizeY()
public InputStream getInputStream()