default implementation of a file write stream
More...
#include <PxDefaultStreams.h>
default implementation of a file write stream
- See also
- PxOutputStream
◆ PxDefaultFileOutputStream()
PxDefaultFileOutputStream::PxDefaultFileOutputStream |
( |
const char * |
name | ) |
|
◆ ~PxDefaultFileOutputStream()
virtual PxDefaultFileOutputStream::~PxDefaultFileOutputStream |
( |
| ) |
|
|
virtual |
◆ isValid()
virtual bool PxDefaultFileOutputStream::isValid |
( |
| ) |
|
|
virtual |
◆ write()
virtual PxU32 PxDefaultFileOutputStream::write |
( |
const void * |
src, |
|
|
PxU32 |
count |
|
) |
| |
|
virtual |
write to the stream. The number of bytes written may be less than the number sent.
- Parameters
-
[in] | src | the destination address from which the data will be written |
[in] | count | the number of bytes to be written |
- Returns
- the number of bytes written to the stream by this call.
Implements PxOutputStream.
◆ mFile
The documentation for this class was generated from the following file: