public class

SWFHeader

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.renderer.embedded.support.SWFHeader

Summary

Constants
String COMPRESSED
String UNCOMPRESSED
Public Methods
String getCompressionType()
int getFrameCount()
int getFrameRate()
int getHeight()
int getNbits()
String getSignature()
long getSize()
int getVersion()
int getWidth()
int getXmax()
int getYmax()
boolean isCompressed()
static SWFHeader loadHeader(InputStream is)
String toString()
Protected Methods
byte[] uncompressHeader(byte[] bytes)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String COMPRESSED

Constant Value: "compressed"

public static final String UNCOMPRESSED

Constant Value: "uncompressed"

Public Methods

public String getCompressionType ()

Returns
  • the compressionType

public int getFrameCount ()

Returns
  • the frameCount

public int getFrameRate ()

Returns
  • the frameRate

public int getHeight ()

Returns
  • the height

public int getNbits ()

Returns
  • the nbits

public String getSignature ()

Returns
  • the signature

public long getSize ()

Returns
  • the size

public int getVersion ()

Returns
  • the version

public int getWidth ()

Returns
  • the width

public int getXmax ()

Returns
  • the xmax

public int getYmax ()

Returns
  • the ymax

public boolean isCompressed ()

public static SWFHeader loadHeader (InputStream is)

public String toString ()

Protected Methods

protected byte[] uncompressHeader (byte[] bytes)