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
endian
:
flash.utils.Endian
objectEncoding
:
UInt
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
close
() :
Void
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
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
inherited from
flash.events.EventDispatcher
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher