sys_io_FileOutput
Overview
sys_io_FileOutput is a class in Aspose.Font FOSS for Python.
Inherits from: haxe_io_Output.
This class provides 6 methods for working with sys_io_FileOutput objects in Python programs.
Available methods include: __init__, set_bigEndian, tell, write, writeByte, writeBytes.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: impl.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
impl | `` | Read | Gets the impl. |
Methods
| Signature | Description |
|---|---|
__init__(impl) | Calls init on this sys_io_FileOutput instance. |
tell() | Calls tell on this sys_io_FileOutput instance. |
set_bigEndian(b) | Sets the bigendian value. |
writeByte(c) | Writes a single byte value to the output |
writeBytes(s, pos, _hx_len) | Writes a range of bytes from a buffer starting at pos for _hx_len length |
write(s) | ` writes the string or bytes s to the output file in the current endian mode |