Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.interfaces
Interface SWFTags  view SWFTags download SWFTags.java

All Superinterfaces:
SWFHeader
All Known Subinterfaces:
SWFSpriteTagTypes, SWFTagTypes

public interface SWFTags
extends SWFHeader

Interface for passing SWF Header and Generic Tags.


Method Summary
 void tag(int tagType, boolean longTag, byte[] contents)
          A SWF tag.
 
Methods inherited from interface com.anotherbigidea.flash.interfaces.SWFHeader
header
 

Method Detail

tag

public void tag(int tagType,
                boolean longTag,
                byte[] contents)
         throws java.io.IOException
A SWF tag.