#include <PxDefaultStreams.h>
Public Member Functions | |
PxDefaultFileOutputStream (const char *name) | |
virtual | ~PxDefaultFileOutputStream () |
virtual PxU32 | write (const void *src, PxU32 count) |
write to the stream. The number of bytes written may be less than the number sent. | |
virtual bool | isValid () |
Private Attributes | |
PxFileHandle | mFile |
PxDefaultFileOutputStream::PxDefaultFileOutputStream | ( | const char * | name | ) |
virtual PxDefaultFileOutputStream::~PxDefaultFileOutputStream | ( | ) | [virtual] |
virtual bool PxDefaultFileOutputStream::isValid | ( | ) | [virtual] |
write to the stream. The number of bytes written may be less than the number sent.
[in] | src | the destination address from which the data will be written |
[in] | count | the number of bytes to be written |
Implements PxOutputStream.
PxFileHandle PxDefaultFileOutputStream::mFile [private] |