python_io_NativeInput
Overview
python_io_NativeInput is a class in Aspose.Font FOSS for Python.
Inherits from: haxe_io_Input.
This class provides 7 methods for working with python_io_NativeInput objects in Python programs.
Available methods include: __init__, eof, readBytes, readinto, set_bigEndian, tell, throwEof.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: stream, wasEof.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
wasEof | `` | Read | Gets the was eof. |
stream | `` | Read | Gets the stream. |
Methods
| Signature | Description |
|---|---|
__init__(s) | Calls init on this python_io_NativeInput instance. |
tell() | Returns the current position in the underlying stream |
throwEof() | Calls throwEof on this python_io_NativeInput instance. |
eof() | Calls eof on this python_io_NativeInput instance. |
readinto(b) | Reads bytes into the supplied buffer and returns the byte count |
readBytes(s, pos, _hx_len) | Reads a slice of bytes from the stream into a buffer given position and length |
set_bigEndian(b) | Sets the bigendian value. |