haxe_io_Output
haxe_io_Output
概述
haxe_io_Output 是Python的Aspose.Font FOSS中的一个类.
这个类提供了4种方法,用于在Python程序中处理haxe_io_Output对象. 有的方法包括: set_bigEndian, write, writeByte, writeBytes. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
方法
| Signature | 描述情况 |
|---|---|
writeByte(c) | writes a single byte value根据其底层输出流的情况, |
writeBytes(s, pos, _hx_len) | 在这个haxe_io_Output实例上调用 writeBytes. |
set_bigEndian(b) | 设置 bigendian 值。. |
write(s) | 将整个字符串或字节数组写入输出流 |