Available on flash
new()
@:flash.propertyread onlybytesAvailable:UInt
@:flash.propertyread onlyconnected:Bool
@:flash.property@:require(flash11_4)read onlydiskCacheEnabled:Bool
@:flash.propertyendian:Endian
@:flash.property@:require(flash11_4)read onlylength:Float
@:flash.propertyobjectEncoding:UInt
@:flash.property@:require(flash11_4)position:Float
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
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool