|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carbonfive.flash.decoder.ActionScriptDecoder
com.carbonfive.flash.decoder.NativeDecoder
public class NativeDecoder
Decodes an ActionScript native object to a Java native object.
| Constructor Summary | |
|---|---|
NativeDecoder()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
decodeShell(java.lang.Object encodedObject,
java.lang.Class desiredClass)
This method attempts to create a Java object from an ActionScript object that is supposedly (according to the Macromedia AMF rules) alread the appropriate Java object. |
| Methods inherited from class com.carbonfive.flash.decoder.ActionScriptDecoder |
|---|
decodeObject |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NativeDecoder()
| Method Detail |
|---|
public java.lang.Object decodeShell(java.lang.Object encodedObject,
java.lang.Class desiredClass)
decodeShell in class ActionScriptDecoderencodedObject - The ActionScript native objectdesiredClass - The class we want to translate in to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||