com.carbonfive.flash.decoder
Class CachingDecoder
java.lang.Object
com.carbonfive.flash.decoder.ActionScriptDecoder
com.carbonfive.flash.decoder.CachingDecoder
public class CachingDecoder
- extends ActionScriptDecoder
Provides referenced-based caching for ActionScript to Java decoding.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CachingDecoder
public CachingDecoder(ActionScriptDecoder next)
decodeShell
public java.lang.Object decodeShell(java.lang.Object encodedObject,
java.lang.Class desiredClass)
- Specified by:
decodeShell
in class ActionScriptDecoder
getNextDecoder
public ActionScriptDecoder getNextDecoder()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object