pt.tumba.parser.swf
Class DummySWFWriter
java.lang.Object
pt.tumba.parser.swf.DummySWFWriter
- All Implemented Interfaces:
- SWFHeader, SWFTags
public class DummySWFWriter
- extends java.lang.Object
- implements SWFTags
Implements the SWFTags interface and does nothing Use as a sink when output
is not required
- Author:
- unknown
Method Summary |
void |
header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
Interface SWFTags |
void |
tag(int tagType,
boolean longTag,
byte[] contents)
Interface SWFTags |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummySWFWriter
public DummySWFWriter()
header
public void header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
throws java.io.IOException
- Interface SWFTags
- Specified by:
header
in interface SWFHeader
- Parameters:
version
- Description of the Parameterlength
- Description of the ParametertwipsWidth
- Description of the ParametertwipsHeight
- Description of the ParameterframeRate
- Description of the ParameterframeCount
- Description of the Parameter
- Throws:
java.io.IOException
- Description of the Exception
tag
public void tag(int tagType,
boolean longTag,
byte[] contents)
throws java.io.IOException
- Interface SWFTags
- Specified by:
tag
in interface SWFTags
- Parameters:
tagType
- Description of the ParameterlongTag
- Description of the Parametercontents
- Description of the Parameter
- Throws:
java.io.IOException
- Description of the Exception