python_io_IoTools

python_io_IoTools

Overview

python_io_IoTools adalah kelas di Aspose.Font FOSS untuk Python.

Kelas ini menyediakan 4 metode untuk bekerja dengan python_io_IoTools objek dalam program Python. Metode yang tersedia meliputi: createFileInputFromBytes, createFileInputFromText, createFileOutputFromBytes, createFileOutputFromText. Semua anggota publik dapat diakses oleh aplikasi Python apa pun setelah menginstal paket FOSS for Python.

Methods

SignatureDescription
createFileInputFromText(t)Membuat file input wrapper dari string teks
createFileInputFromBytes(t)Mengembalikan python_io_NativeBytesInput yang dapat membaca data biner dengan metode seperti readinto(b) dan eof (())).
createFileOutputFromText(t)Membuat pengelupasan file output yang menulis data teks
createFileOutputFromBytes(t)Membuat file output wrapper yang menulis data biner

See Also

 Bahasa Indonesia