| Interface | Description |
|---|---|
| ActionConstants |
Defines AS2 contants.
|
| DebugHandler |
Defines the API for SWD element handlers.
|
| DebugTags |
Used for optimized debugger protocol.
|
| TagValues |
Tag values that represent actions or data in a Flash script.
|
| Class | Description |
|---|---|
| Action |
Base class for all actionscript opcodes
|
| ActionDecoder |
AS2 decoder.
|
| ActionFactory |
This is a factory for decoding ActionScript bytecode.
|
| ActionHandler |
Defines the AS2 visitor API.
|
| DebugDecoder |
The swd file format is as follows
swd(header) (tag)*
|
| Dictionary |
Represents the collection of definitions in a SWF.
|
| Frame |
Represents one SWF frame.
|
| Header |
Represents a SWF header.
|
| Movie |
Represents a whole flash movie.
|
| MovieMetaData |
Represents SWF metadata, which should not be confuses with AS3
metadata.
|
| RandomAccessBuffer |
Extends ByteArrayOutputStream by adding support for a position.
|
| SwfDecoder |
A decoder for a whole SWF.
|
| SwfEncoder |
An encoder for a whole SWF.
|
| Tag |
Base class for all SWF tags.
|
| TagDecoder |
A SWF tag decoder.
|
| TagHandler |
Defines the API for SWF tag handlers.
|
| Enum | Description |
|---|---|
| CompressionLevel |
Defines the possible compression levels.
|
| Exception | Description |
|---|---|
| SwfFormatException |
An exception thrown when problems occur during decoding.
|
| TagDecoder.FatalParseException |
thrown by decoders when we have a fatal error.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.