Class SWFHeader
java.lang.Object
com.atlassian.confluence.renderer.embedded.support.SWFHeader
-
Field Details
-
COMPRESSED
- See Also:
-
UNCOMPRESSED
- See Also:
-
-
Method Details
-
loadHeader
-
isCompressed
public boolean isCompressed() -
uncompressHeader
- Throws:
DataFormatException
-
toString
-
getFrameCount
public int getFrameCount()- Returns:
- the frameCount
-
getFrameRate
public int getFrameRate()- Returns:
- the frameRate
-
getNbits
public int getNbits()- Returns:
- the nbits
-
getSignature
- Returns:
- the signature
-
getSize
public long getSize()- Returns:
- the size
-
getVersion
public int getVersion()- Returns:
- the version
-
getXmax
public int getXmax()- Returns:
- the xmax
-
getYmax
public int getYmax()- Returns:
- the ymax
-
getCompressionType
- Returns:
- the compressionType
-
getHeight
public int getHeight()- Returns:
- the height
-
getWidth
public int getWidth()- Returns:
- the width
-