haxe_io_Output

Overview

haxe_io_Output is a class in Aspose.Font FOSS for Python.

This class provides 4 methods for working with haxe_io_Output objects in Python programs. Available methods include: set_bigEndian, write, writeByte, writeBytes. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.

Methods

SignatureDescription
writeByte(c)writes a single byte valuec` to the underlying output stream
writeBytes(s, pos, _hx_len)Calls writeBytes on this haxe_io_Output instance.
set_bigEndian(b)Sets the bigendian value.
write(s)Writes the entire string or byte array s to the output stream

See Also