com.flagstone.transform
Class MovieDecoder

java.lang.Object
  extended by com.flagstone.transform.MovieDecoder
All Implemented Interfaces:
SWFFactory<MovieTag>

public final class MovieDecoder
extends Object
implements SWFFactory<MovieTag>

MovieDecoder is used to decode the different types of data structure encoded in a movie.


Constructor Summary
MovieDecoder()
           
 
Method Summary
 void getObject(List<MovieTag> list, SWFDecoder coder, Context context)
          Decode and return a Flash object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovieDecoder

public MovieDecoder()
Method Detail

getObject

public void getObject(List<MovieTag> list,
                      SWFDecoder coder,
                      Context context)
               throws IOException
Decode and return a Flash object.

Specified by:
getObject in interface SWFFactory<MovieTag>
Parameters:
list - the list where the decoded object will be added.
coder - an decoder wrapping the binary encoded flash data.
context - a Context object used to share information between the code that decodes the different types of object.
Throws:
IOException - if an error occurs decoding the object.


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.