Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The BinaryUploader class is a relatively low-level class designed to get
binary data over HTTP the intent is to create similar classes for text and URL vars.
public var bytesLoaded:uint = 0
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The number of bytes loaded so far.
public var bytesTotal:uint = 0
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The total number of bytes (if avaailable).
public var data:BinaryData
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The binary result of the request.
public var endian:String = bigEndian
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Indicates the byte order for the data.
public function URLBinaryLoader()
public function close():void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Cancels the URL request
public function load(request:URLRequest ):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.7.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Makes the URL request.
Parameters
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00