Packageflare.loaders
Classpublic class BinaryLoader
InheritanceBinaryLoader Inheritance flash.events.EventDispatcher
Implements ILibraryExternalItem



Public Properties
 PropertyDefined By
  bytesLoaded : uint
[read-only]
BinaryLoader
  bytesTotal : uint
[read-only]
BinaryLoader
  data : *
[read-only]
BinaryLoader
  loaded : Boolean
[read-only]
BinaryLoader
Public Methods
 MethodDefined By
  
BinaryLoader(request:*)
BinaryLoader
  
close():void
BinaryLoader
  
dispose():void
BinaryLoader
  
load():void
BinaryLoader
Property Detail
bytesLoadedproperty
bytesLoaded:uint  [read-only]


Implementation
    public function get bytesLoaded():uint
bytesTotalproperty 
bytesTotal:uint  [read-only]


Implementation
    public function get bytesTotal():uint
dataproperty 
data:*  [read-only]


Implementation
    public function get data():*
loadedproperty 
loaded:Boolean  [read-only]


Implementation
    public function get loaded():Boolean
Constructor Detail
BinaryLoader()Constructor
public function BinaryLoader(request:*)



Parameters
request:*
Method Detail
close()method
public function close():void

dispose()method 
public function dispose():void

load()method 
public function load():void