IOutput

package python.io

extended by IFileOutput

Available on python

Variables

bigEndian:Bool

Methods

close():Void

flush():Void

prepare(nbytes:Int):Void

write(s:Bytes):Void

writeByte(c:Int):Void

writeBytes(s:Bytes, pos:Int, len:Int):Int

writeDouble(x:Float):Void

writeFloat(x:Float):Void

writeFullBytes(s:Bytes, pos:Int, len:Int):Void

writeInput(i:Input, ?bufsize:Int):Void

writeInt16(x:Int):Void

writeInt24(x:Int):Void

writeInt32(x:Int):Void

writeInt8(x:Int):Void

writeString(s:String, ?encoding:Encoding):Void

writeUInt16(x:Int):Void

writeUInt24(x:Int):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/io/IOutput.html