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 org.freehep.util.io.Tag
- implements SWFConstants
SWF Tag, superclass of all SWF Tags.
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/SWFTag.java db861da05344 2005/12/05 00:59:43 duns $
- Author:
- Mark Donszelmann, Charles Loomis
| Fields inherited from class org.freehep.util.io.Tag |
DEFAULT_TAG |
|
Constructor Summary |
protected |
SWFTag(int tagID,
int version)
|
|
Method Summary |
abstract SWFTag |
read(int tagID,
SWFInputStream swf,
int len)
|
org.freehep.util.io.Tag |
read(int tagID,
org.freehep.util.io.TaggedInputStream input,
int len)
|
void |
write(int tagID,
SWFOutputStream swf)
|
void |
write(int tagID,
org.freehep.util.io.TaggedOutputStream output)
|
| Methods inherited from class org.freehep.util.io.Tag |
getName, getTag, getTagType, getVersion, toString |
SWFTag
protected SWFTag(int tagID,
int version)
read
public org.freehep.util.io.Tag read(int tagID,
org.freehep.util.io.TaggedInputStream input,
int len)
throws IOException
- Specified by:
read in class org.freehep.util.io.Tag
- Throws:
IOException
read
public abstract SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
- Throws:
IOException
write
public void write(int tagID,
org.freehep.util.io.TaggedOutputStream output)
throws IOException
- Specified by:
write in class org.freehep.util.io.Tag
- Throws:
IOException
write
public void write(int tagID,
SWFOutputStream swf)
throws IOException
- Throws:
IOException
Copyright © 2014. All rights reserved.