Méthode | Description | |
---|---|---|
Read ( byte bytecode, |
Turns bytecode into an AbcCode object.
|
Méthode | Description | |
---|---|---|
ReadClasses ( ) : void |
Read in the class definitions.
|
|
ReadConstantPool ( ) : void |
Reads in all the constant values referenced from the bytecode.
|
|
ReadMetadata ( ) : void |
Read in the metadata, if any.
|
|
ReadMethodBodies ( ) : void |
Read in the method bytecode bodies
|
|
ReadMethods ( ) : void |
Read in all the methods and functions.
|
|
ReadScriptDefs ( ) : void |
Read in the definitions for the code block.
|
|
ReadString ( ) : string | ||
ReadTrait ( ) : |
Read in a trait, which are like object properties.
|
|
ResolveReferences ( ) : void |
public Read ( byte bytecode, |
||
bytecode | byte | The bytecode, as chopped out of a SWF. |
readLog | Ignored in release builds. This logs /// on every constant value read for unit test inspection. | |
Résultat | AbcCode |