RIBs can be written into single zip files and this helper object allows access to the sub-files.
More...
#include <RixRIB.h>
RIBs can be written into single zip files and this helper object allows access to the sub-files.
virtual RixZipSubfile::~RixZipSubfile |
( |
) | |
|
|
inlinevirtual |
virtual void RixZipSubfile::BeginReading |
( |
void |
) | |
|
|
pure virtual |
This must be called before calling Read();.
virtual void RixZipSubfile::EndReading |
( |
void |
) | |
|
|
pure virtual |
Call when you are done calling Read();.
virtual size_t RixZipSubfile::GetSize |
( |
void |
) | |
|
|
pure virtual |
size of the data in the file.
virtual void RixZipSubfile::Read |
( |
void * |
blk, |
|
|
size_t |
blocksize |
|
) |
| |
|
pure virtual |
Read at most blocksize bytes from the file.
virtual void RixZipSubfile::Write |
( |
const void * |
blk, |
|
|
size_t |
blocksize |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: