W3cubDocs

/Haxe Flash

IDataOutput

package flash.utils

extended by IDataOutput2

implemented by Socket, ObjectOutput

Available on flash

Variables

endian:Endian

objectEncoding:UInt

Methods

writeBoolean (value:Bool):Void

writeByte (value:Int):Void

@:value({ length : 0, offset : 0 }) writeBytes (bytes:ByteArray, offset:UInt = 0, length:UInt = 0):Void

writeDouble (value:Float):Void

writeFloat (value:Float):Void

writeInt (value:Int):Void

writeMultiByte (value:String, charSet:String):Void

writeObject (object:Dynamic):Void

writeShort (value:Int):Void

writeUTF (value:String):Void

writeUTFBytes (value:String):Void

writeUnsignedInt (value:UInt):Void

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