FileStream

from panda3d.core import FileStream
class FileStream

Bases:

Bases: iostream

Implements a C++ stream object suitable for reading from and/or writing to files on disk. This is similar to fstream, but it provides low-level support for Panda’s simple-threading implementation (using this interface will block only the current thread, rather than the entire process, on I/O waits).

Inheritance diagram

Inheritance diagram of FileStream

__init__()
__init__(filename: str, mode: openmode)
close()
open(filename: str, mode: openmode)