IFileStream

from panda3d.core import IFileStream
class IFileStream

Bases: istream

Implements a C++ stream object suitable for reading from files on disk. This is similar to ifstream, 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 IFileStream

__init__(*args, **kwargs)
close()

C++ Interface: close(const IFileStream self)

/**

*/

open()

C++ Interface: open(const IFileStream self, str filename, int mode)

/**

*/