IOutput

IOutput

package python-io

extended by IFileOutput

Available on python

Variables

bigEndian:Bool

Methods

close ():Void

flush ():Void

prepare (nbytes:Int):Void

set_bigEndian (value:Bool):Bool

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):Void

writeUInt16 (x:Int):Void

writeUInt24 (x:Int):Void

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部