public class SWFHeader extends Object implements SWFConstants
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS
Constructor and Description |
---|
SWFHeader(int version,
long length,
Dimension size,
float rate,
int count,
boolean compress) |
SWFHeader(SWFInputStream swf) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
long |
getLength() |
float |
getRate() |
Dimension |
getSize() |
int |
getVersion() |
boolean |
isCompressed() |
static int |
size() |
String |
toString() |
void |
write(SWFOutputStream swf) |
public SWFHeader(int version, long length, Dimension size, float rate, int count, boolean compress)
public SWFHeader(SWFInputStream swf) throws IOException
IOException
public void write(SWFOutputStream swf) throws IOException
IOException
public static int size()
public int getVersion()
public long getLength()
public boolean isCompressed()
public Dimension getSize()
public float getRate()
public int getCount()
Copyright © 2014. All rights reserved.