|
Panda3D
|
Implements a C++ stream object suitable for reading from and/or writing to files on disk. More...
Public Member Functions | |
| FileStream () | |
| FileStream (string filename, openmode mode) | |
| FileStream (string filename) | |
| close () | |
| open (string filename) | |
| open (string filename, openmode mode) | |
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).
| FileStream | ( | ) |
| FileStream | ( | string | filename, |
| openmode | mode | ||
| ) |
| FileStream | ( | string | filename | ) |
| close | ( | ) |
| open | ( | string | filename, |
| openmode | mode | ||
| ) |
| open | ( | string | filename | ) |
1.7.3