|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.interfaces
Interface SWFTags

- 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.
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ interfaces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC