public class SWFHeader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPRESSED |
static String |
UNCOMPRESSED |
Modifier and Type | Method and Description |
---|---|
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 byte[] |
uncompressHeader(byte[] bytes) |
public static final String COMPRESSED
public static final String UNCOMPRESSED
public static SWFHeader loadHeader(InputStream is)
public boolean isCompressed()
protected byte[] uncompressHeader(byte[] bytes) throws DataFormatException
DataFormatException
public int getFrameCount()
public int getFrameRate()
public int getNbits()
public String getSignature()
public long getSize()
public int getVersion()
public int getXmax()
public int getYmax()
public String getCompressionType()
public int getHeight()
public int getWidth()
Copyright © 2003–2020 Atlassian. All rights reserved.