URLLoaderStrategy
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.load.strategy |
| Inherits from: | none |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.load.strategy.URLLoaderStrategy |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
- URLLoaderStrategy (dataFormat:String = null)
Class methods
- isValidDataFormat (dataFormat:String) : Boolean
Instance methods
- setDataFormat (dataFormat:String) : void
- load (request:URLRequest = null, context:LoaderContext = null) : void
- getBytesLoaded : uint
- getBytesTotal : uint
- setOwner (owner:Loader) : void
- release : void
- toString : String
- Returns the string representation of this instance.
Constructor
URLLoaderStrategy
public function URLLoaderStrategy (
dataFormat:String = null)
Constants
BINARY
public static const BINARY:String = URLLoaderDataFormat.BINARY
(read)
TEXT
public static const TEXT:String = URLLoaderDataFormat.TEXT
(read)
VARIABLES
public static const VARIABLES:String = URLLoaderDataFormat.VARIABLES
(read)
Class methods
isValidDataFormat
public static function isValidDataFormat (
dataFormat:String) : Boolean
Instance methods
load
public function load (
request:URLRequest = null,
context:LoaderContext = null) : void
Specified by:
setDataFormat
public function setDataFormat (
dataFormat:String) : void
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance