Default IO implementation, use standard IO operations.
More...
#include <DefaultIOStream.h>
Inherits Assimp::IOStream.
Default IO implementation, use standard IO operations.
- Note
- An instance of this class can exist without a valid file handle attached to it. All calls fail, but the instance can nevertheless be used with no restrictions.
◆ DefaultIOStream() [1/2]
| Assimp::DefaultIOStream::DefaultIOStream |
( |
| ) |
|
|
inlineprotected |
◆ DefaultIOStream() [2/2]
| Assimp::DefaultIOStream::DefaultIOStream |
( |
FILE * |
pFile, |
|
|
const std::string & |
strFilename |
|
) |
| |
|
inlineprotected |
◆ ~DefaultIOStream()
| DefaultIOStream::~DefaultIOStream |
( |
| ) |
|
Destructor public to allow simple deletion to close the file.
◆ FileSize()
| size_t DefaultIOStream::FileSize |
( |
| ) |
const |
|
virtual |
◆ Flush()
| void DefaultIOStream::Flush |
( |
| ) |
|
|
virtual |
◆ Read()
| size_t DefaultIOStream::Read |
( |
void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
virtual |
◆ Seek()
◆ Tell()
| size_t DefaultIOStream::Tell |
( |
void |
| ) |
const |
|
virtual |
◆ Write()
| size_t DefaultIOStream::Write |
( |
const void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
virtual |
◆ DefaultIOSystem
The documentation for this class was generated from the following files: