Uses of Package
com.flagstone.transform.coder

Packages that use com.flagstone.transform.coder
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.action The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). 
com.flagstone.transform.button The button package contains all the classes for encoding and decoding the data structures that represent buttons in a Flash file. 
com.flagstone.transform.coder The coder package contains the classes that perform the reading and writing of the binary data in a Flash file. 
com.flagstone.transform.datatype This package contains the classes that represent the basic data types such as colours and transforms and formats that are used in the framework. 
com.flagstone.transform.fillstyle The fillstyle package contains all the classes for encoding and decoding the data structures that represent the different types of fill style that are found in a Flash file. 
com.flagstone.transform.filter The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file. 
com.flagstone.transform.font The font package contains all the classes for encoding and decoding the data structures that represent the different font definitions and that are found in a Flash file. 
com.flagstone.transform.image This package contains the object used to define lossless and lossy images. 
com.flagstone.transform.linestyle The linestyle package contains all the classes for encoding and decoding the data structures that represent the different types of line style that are found in a Flash file. 
com.flagstone.transform.movieclip The movieclip package contains all the classes for encoding and decoding the data structures that represent the different types of sprite that are found in a Flash file. 
com.flagstone.transform.shape The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. 
com.flagstone.transform.sound The sound package contains all the classes for encoding and decoding the data structures that represent the different sounds in a Flash file. 
com.flagstone.transform.text The text package contains all the classes for encoding and decoding the data structures that represent static and dynamic text fields. 
com.flagstone.transform.video The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. 
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
DecoderRegistry
          The DecoderRegistry is used to maintain a table of objects that can be used to decode the different types of object encountered in a Flash file.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.action
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.button
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.coder
CoderException
          CoderException is thrown when errors occur while encoding or decoding objects.
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
DecoderRegistry
          The DecoderRegistry is used to maintain a table of objects that can be used to decode the different types of object encountered in a Flash file.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.datatype
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.fillstyle
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.filter
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.font
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.image
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.linestyle
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.movieclip
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.shape
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
SWFFactory
          The SWFFactory interface is used to generate objects when decoding a movie.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.sound
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.text
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 

Classes in com.flagstone.transform.coder used by com.flagstone.transform.video
Context
          Contexts are used to pass information between objects when they are being encoded or decoded.
Copyable
          The Copyable interface is used to identify classes whose instances can create copies of themselves.
SWFDecoder
          SWFDecoder wraps an InputStream with a buffer to reduce the amount of memory required to decode a movie and to improve efficiency by reading data from a file or external source in blocks.
SWFEncodeable
          The Encodeable interface defines the set of methods that all classes must implement so they can be encoded to a Flash (SWF) file.
SWFEncoder
          SWFEncoder wraps an OutputStream with a buffer to reduce the amount of memory required to encode a movie and to improve efficiency by writing data to a file or external source in blocks.
 



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