pt.tumba.parser.swf
Interface SWFTags
- All Superinterfaces:
- SWFHeader
- All Known Subinterfaces:
- SWFSpriteTagTypes, SWFTagTypes
- All Known Implementing Classes:
- DummySWFWriter, FontLoader, MovieBuilder, SWF2HTML, SWFSaxParser, SWFTagDumper, SWFTagTypesImpl, SWFWriter, TagParser, TagWriter, TagWriter.SpriteTags, Unprotector
public interface SWFTags
- extends SWFHeader
Interface for passing SWF Header and Generic Tags.
- Author:
- unknown
Method Summary |
void |
tag(int tagType,
boolean longTag,
byte[] contents)
A SWF tag. |
tag
void tag(int tagType,
boolean longTag,
byte[] contents)
throws java.io.IOException
- A SWF tag.
- Parameters:
tagType
- a type of zero (TAG_END) denotes the end of the
tagslongTag
- true if the tag header is forced into the long
formcontents
- may be null
- Throws:
java.io.IOException
- Description of the Exception