class flash.net.URLStream extends EventDispatcher implements IDataInput

Available on flash

Instance Fields

function new():Void

function close():Void

function load(request:URLRequest):Void

function readBoolean():Bool

function readByte():Int

function readBytes(bytes:ByteArray, ?offset:UInt, ?length:UInt):Void

function readDouble():Float

function readFloat():Float

function readInt():Int

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

function readObject():Dynamic

function readShort():Int

function readUTF():String

function readUTFBytes(length:UInt):String

function stop():Void