Contains a complete set of classes for file loading purpose



Interfaces
 InterfaceDescription
 GraphicLoaderLocatorListener The GraphicLoaderLocatorListener interface defines rules for GraphicLoaderLocator listeners.
 Loader The Loader interface defines rules for loader implementations.
 LoaderListener All loaders listener must implements this interface.
Classes
 ClassDescription
 AbstractLoader The AbstractLoader class gives abstract implementation of a loader object.
 FileLoader The FileLoader class allow to load text, binary or variables data format from passed-in file.
 FileLoaderEvent The FileLoaderEvent class represents the event object passed to the event listener for FileLoader events.
 GraphicLoader The GraphicLoader class is used to load SWF files or image (JPG, PNG, or GIF) files.
 GraphicLoaderEvent The GraphicLoaderEvent class represents the event object passed to the event listener for GraphicLoader events.
 GraphicLoaderLocator The GraphicLoaderLoacator store and register GraphicLoader objects.
 GraphicLoaderLocatorEvent The GraphicLoaderLocatorEvent class represents the event object passed to the event listener for GraphicLoaderLocator events.
 LoaderEvent An event object which carry a Loader value.
 QueueLoader The QueueLoader class is a composite loader class wich enables to enqueue differents kinf of Loaders and then, load the entire queue.
 QueueLoaderEvent An event object which carry a QueueLoader value.
 StreamLoader The StreamLoader class allow to load content using URLStream loader.
 StreamLoaderEvent The StreamLoaderEvent class represents the event object passed to the event listener for StreamLoader events.
 XMLLoader The XMLLoader class allow to load xml content.
 XMLLoaderEvent The XMLLoaderEvent class represents the event object passed to the event listener for XMLLoader events.