#include <RVLDecompressStream.hpp>
Public Methods | |
RVLDecompressStream (const char *buffer, int size) | |
RVLDecompressStream & | operator>> (INT64 &value) |
RVLDecompressStream & | operator>> (UINT64 &value) |
RVLDecompressStream & | operator>> (int &value) |
RVLDecompressStream & | operator>> (unsigned int &value) |
RVLDecompressStream & | operator>> (float &value) |
bool | done () const |
|
|
Initialize
|
|
|
|
Decompress a float from the buffer into value
|
|
Decompress an unsigned int from the buffer into value
|
|
Decompress an int from the buffer into value
|
|
Decompress an UINT64 from the buffer into value
|
|
Decompress an INT64 from the buffer into value
|