org.freehep.graphicsio.swf
Class SWFTag
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
- All Implemented Interfaces:
- SWFConstants
- Direct Known Subclasses:
- ControlTag, DefinitionTag
- public abstract class SWFTag
- extends Tag
- implements SWFConstants
SWF Tag, superclass of all SWF Tags.
- Version:
- $Id: SWFTag.java,v 1.1 2001/11/29 01:45:32 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- SWFTag.java
Constructor Summary |
protected |
SWFTag(int tagID,
int version)
|
SWFTag
protected SWFTag(int tagID,
int version)
read
public Tag read(int tagID,
TaggedInputStream input,
int len)
throws IOException
- Description copied from class:
Tag
- This reads the information from the given input and returns a new Tag
- Specified by:
read
in class Tag
- Throws:
IOException
read
public abstract SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
- Throws:
IOException
write
public void write(int tagID,
TaggedOutputStream output)
throws IOException
- Description copied from class:
Tag
- This writes the information to the given output
- Specified by:
write
in class Tag
- Throws:
IOException
write
public void write(int tagID,
SWFOutputStream swf)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.