Packageflare.loaders
Classpublic class ByteArrayLoader
InheritanceByteArrayLoader Inheritance flash.events.EventDispatcher
Implements ILibraryExternalItem



Public Properties
 PropertyDefined By
  bytesLoaded : uint
[read-only]
ByteArrayLoader
  bytesTotal : uint
[read-only]
ByteArrayLoader
  data : *
[read-only]
ByteArrayLoader
  loaded : Boolean
[read-only]
ByteArrayLoader
  name : String
ByteArrayLoader
  request : *
[read-only]
ByteArrayLoader
Public Methods
 MethodDefined By
  
ByteArrayLoader(request:*)
ByteArrayLoader
  
close():void
ByteArrayLoader
  
dispose():void
ByteArrayLoader
  
load():void
ByteArrayLoader
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
nameproperty 
public var name:String

requestproperty 
request:*  [read-only]


Implementation
    public function get request():*
Constructor Detail
ByteArrayLoader()Constructor
public function ByteArrayLoader(request:*)



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

dispose()method 
public function dispose():void

load()method 
public function load():void