|
GraphicsAPI_2020C
|
Default IO implementation, use standard IO operations. More...
#include <DefaultIOStream.h>


Public Member Functions | |
| ~DefaultIOStream () | |
| Destructor public to allow simple deletion to close the file. More... | |
| size_t | Read (void *pvBuffer, size_t pSize, size_t pCount) |
| Read from stream. | |
| size_t | Write (const void *pvBuffer, size_t pSize, size_t pCount) |
| Write to stream. | |
| aiReturn | Seek (size_t pOffset, aiOrigin pOrigin) |
| Seek specific position. | |
| size_t | Tell () const |
| Get current seek position. | |
| size_t | FileSize () const |
| Get size of file. | |
| void | Flush () |
| Flush file contents. | |
Public Member Functions inherited from Assimp::IOStream | |
| virtual | ~IOStream () |
| Destructor. More... | |
Protected Member Functions | |
| DefaultIOStream (FILE *pFile, const std::string &strFilename) | |
Protected Member Functions inherited from Assimp::IOStream | |
| IOStream (void) | |
| Constructor protected, use IOSystem::Open() to create an instance. More... | |
Friends | |
| class | DefaultIOSystem |
Default IO implementation, use standard IO operations.
| Assimp::DefaultIOStream::~DefaultIOStream | ( | ) |
Destructor public to allow simple deletion to close the file.
1.8.13