48 lines
702 B
Plaintext
48 lines
702 B
Plaintext
binaryninja.builtins.file
|
|
=========================
|
|
|
|
.. currentmodule:: binaryninja.builtins
|
|
|
|
.. autoclass:: file
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~file.close
|
|
~file.fileno
|
|
~file.flush
|
|
~file.isatty
|
|
~file.read
|
|
~file.readinto
|
|
~file.readline
|
|
~file.readlines
|
|
~file.seek
|
|
~file.tell
|
|
~file.truncate
|
|
~file.write
|
|
~file.writelines
|
|
~file.xreadlines
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~file.closed
|
|
~file.encoding
|
|
~file.errors
|
|
~file.mode
|
|
~file.name
|
|
~file.newlines
|
|
~file.next
|
|
~file.softspace
|
|
|
|
|