W3cubDocs

/Haxe Flash

IDataInput

package flash.utils

extended by IDataInput2

implemented by Socket, URLStream, ObjectInput

Available on flash

Variables

read only bytesAvailable:UInt

endian:Endian

objectEncoding:UInt

Methods

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

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