python_io_IoTools
Overview
python_io_IoTools is a class in Aspose.Font FOSS for Python.
This class provides 4 methods for working with python_io_IoTools objects in Python programs.
Available methods include: createFileInputFromBytes, createFileInputFromText, createFileOutputFromBytes, createFileOutputFromText.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
createFileInputFromText(t) | Creates a file input wrapper from a text string |
createFileInputFromBytes(t) | Returns a python_io_NativeBytesInput that can read binary data with methods like readinto(b) and eof() |
createFileOutputFromText(t) | Creates a file output wrapper that writes text data |
createFileOutputFromBytes(t) | Creates a file output wrapper that writes binary data |