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.
 
Methods inherited from interface pt.tumba.parser.swf.SWFHeader
header
 

Method Detail

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 tags
longTag - true if the tag header is forced into the long form
contents - may be null
Throws:
java.io.IOException - Description of the Exception