#include <RVLCompressStream.hpp>
Public Methods | |
| RVLCompressStream (char *buffer, size_t size) | |
| const char * | data () const |
| |
| size_t | dataSize () const |
| |
| RVLCompressStream & | operator<< (int value) |
| RVLCompressStream & | operator<< (unsigned int value) |
| RVLCompressStream & | operator<< (INT64 value) |
| RVLCompressStream & | operator<< (float value) |
|
||||||||||||
|
Initialize
|
|
|
|
|
|
|
|
|
Compress a float into the buffer
|
|
|
Compress an INT64 into the buffer
|
|
|
Compress an unsigned int into the buffer
|
|
|
Compress an int into the buffer
|
1.2.18