flash.net.URLStream

type
class
extends
flash.events.EventDispatcher
implements
flash.utils.IDataInput
available in
flash

Constructor

new()

Instance Variables hide inherited show inherited

bytesAvailable(default,null) : UInt

connected(default,null) : Bool

objectEncoding : UInt

Instance Methods hide inherited show inherited

addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void

close() : Void

dispatchEvent(event : Event) : Bool

hasEventListener(type : String) : Bool

load(request : URLRequest) : Void

readBoolean() : Bool

readByte() : Int

readBytes(bytes : flash.utils.ByteArray, ?offset : UInt, ?length : UInt) : Void

readDouble() : Float

readFloat() : Float

readInt() : Int

readMultiByte(length : UInt, charSet : String) : String

readObject() : Dynamic

readShort() : Int

readUTF() : String

readUTFBytes(length : UInt) : String

readUnsignedByte() : UInt

readUnsignedInt() : UInt

readUnsignedShort() : UInt

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

toString() : String

willTrigger(type : String) : Bool