Inherits Assimp::IOStream.
◆ ZipFile()
Assimp::D3MF::ZipFile::ZipFile |
( |
size_t |
size | ) |
|
|
explicit |
◆ ~ZipFile()
Assimp::D3MF::ZipFile::~ZipFile |
( |
| ) |
|
◆ FileSize()
size_t Assimp::D3MF::ZipFile::FileSize |
( |
| ) |
const |
|
virtual |
◆ Flush()
void Assimp::D3MF::ZipFile::Flush |
( |
| ) |
|
|
virtual |
Flush the contents of the file buffer (for writers) See fflush() for more details.
Implements Assimp::IOStream.
◆ Read()
size_t Assimp::D3MF::ZipFile::Read |
( |
void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
virtual |
Read from the file.
See fread() for more details This fails for write-only files
Implements Assimp::IOStream.
◆ Seek()
Set the read/write cursor of the file.
Note that the offset is negative for aiOrigin_END. See fseek() for more details
Implements Assimp::IOStream.
◆ Tell()
size_t Assimp::D3MF::ZipFile::Tell |
( |
| ) |
const |
|
virtual |
Get the current position of the read/write cursor.
See ftell() for more details
Implements Assimp::IOStream.
◆ Write()
size_t Assimp::D3MF::ZipFile::Write |
( |
const void * |
pvBuffer, |
|
|
size_t |
pSize, |
|
|
size_t |
pCount |
|
) |
| |
|
virtual |
Write to the file.
See fwrite() for more details This fails for read-only files
Implements Assimp::IOStream.
◆ D3MFZipArchive
The documentation for this class was generated from the following file: