HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact
View source

interface 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

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe