com.carbonfive.flash.decoder
Class CollectionDecoder

java.lang.Object
  extended by com.carbonfive.flash.decoder.ActionScriptDecoder
      extended by com.carbonfive.flash.decoder.CollectionDecoder

public class CollectionDecoder
extends ActionScriptDecoder

Decodes an ActionScript list to a Java collection (list or set).


Constructor Summary
CollectionDecoder()
           
 
Method Summary
 java.lang.Object decodeShell(java.lang.Object encodedObject, java.lang.Class desiredClass)
           
 
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

CollectionDecoder

public CollectionDecoder()
Method Detail

decodeShell

public java.lang.Object decodeShell(java.lang.Object encodedObject,
                                    java.lang.Class desiredClass)
Specified by:
decodeShell in class ActionScriptDecoder