LoaderStrategy
| 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.LoaderStrategy |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
Instance methods
- load (request:URLRequest = null, context:LoaderContext = null) : void
- loadBytes (bytes:ByteArray, context:LoaderContext = null) : void
- getBytesLoaded : uint
- getContentLoaderInfo : LoaderInfo
- getBytesTotal : uint
- setOwner (owner:com = .bourre.load.Loader) : void
- release : void
- toString : String
- Returns the string representation of this instance.
Constructor
LoaderStrategy
public function LoaderStrategy (
)
Instance methods
getContentLoaderInfo
public function getContentLoaderInfo (
) : LoaderInfo
load
public function load (
request:URLRequest = null,
context:LoaderContext = null) : void
Specified by:
loadBytes
public function loadBytes (
bytes:ByteArray,
context:LoaderContext = null) : void
setOwner
public function setOwner (
owner:com = .bourre.load.Loader) : void
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance