W3cubDocs

/Haxe Flash

URLStream

package flash.net

extends EventDispatcher

implements IDataInput

extended by AVURLStream

Available on flash

Constructor

new ()

Variables

read only bytesAvailable:UInt

read only connected:Bool

@:require(flash11_4) read only diskCacheEnabled:Bool

endian:Endian

@:require(flash11_4) read only length:Float

objectEncoding:UInt

@:require(flash11_4) position:Float

Methods

close ():Void

load (request:URLRequest):Void

readBoolean ():Bool

readByte ():Int

@:value({ length : 0, offset : 0 }) readBytes (bytes:ByteArray, offset:UInt = 0, length:UInt = 0):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

@:require(flash11_4) stop ():Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/net/URLStream.html