org.freehep.graphicsio.swf
Class SWFHeader
java.lang.Object
org.freehep.graphicsio.swf.SWFHeader
- All Implemented Interfaces:
- SWFConstants
public class SWFHeader
- extends java.lang.Object
- implements SWFConstants
SWF File Header.
- Version:
- $Id: SWFHeader.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SWFHeader
public SWFHeader(int version,
long length,
java.awt.Dimension size,
float rate,
int count,
boolean compress)
SWFHeader
public SWFHeader(SWFInputStream swf)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(SWFOutputStream swf)
throws java.io.IOException
- Throws:
java.io.IOException
size
public static int size()
getVersion
public int getVersion()
getLength
public long getLength()
isCompressed
public boolean isCompressed()
getSize
public java.awt.Dimension getSize()
getRate
public float getRate()
getCount
public int getCount()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2006 FreeHEP. All Rights Reserved.