sys_io_FileInput

sys_io_FileInput

Overview

sys_io_FileInput is a class in Aspose.Font FOSS for Python. Inherits from: haxe_io_Input.

This class provides 5 methods for working with sys_io_FileInput objects in Python programs. Available methods include: __init__, eof, readBytes, set_bigEndian, tell. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: impl.

Properties

NameTypeAccessDescription
impl``ReadGets the impl.

Methods

SignatureDescription
__init__(impl)Calls init on this sys_io_FileInput instance.
set_bigEndian(b)Sets the bigendian value.
tell()Calls tell on this sys_io_FileInput instance.
eof()Indicates whether the end of the file has been reached
readBytes(s, pos, _hx_len)` reads _hx_len bytes from the underlying file starting at pos and returns them as a bytes object

See Also