Haxe 3.4
IOutput

IOutput
पैकेज python.io
IFileOutput द्वारा विस्तारित
अजगर पर उपलब्ध हैHaxe 3.4
पैकेज python.io
IFileOutput द्वारा विस्तारित
अजगर पर उपलब्ध है
bigEndian
:
Bool
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
):
Void
writeUInt16
(
x:
Int
):
Void
writeUInt24
(
x:
Int
):
Void