haXe API Documentation
Back |
Indexextern class flash.net.URLStream
Available in flash
- var bytesAvailable(default,null) : UInt
- var connected(default,null) : Bool
- var endian : String
- var objectEncoding : UInt
- function new() : Void
- function close() : Void
- function load(request : URLRequest) : Void
- function readBoolean() : Bool
- function readByte() : Int
- function readBytes(bytes : flash.utils.ByteArray, ?offset : UInt, ?length : UInt) : Void
- function readDouble() : Float
- function readFloat() : Float
- function readInt() : Int
- function readMultiByte(length : UInt, charSet : String) : String
- function readObject() : Void
- function readShort() : Int
- function readUTF() : String
- function readUTFBytes(length : UInt) : String
- function readUnsignedByte() : UInt
- function readUnsignedInt() : UInt
- function readUnsignedShort() : UInt
Back |
Index