Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
PRCbitStream (uint8_t *&buff, unsigned int l) | |
unsigned int | getSize () const |
uint8_t * | getData () |
PRCbitStream & | operator<< (const std::string &) |
PRCbitStream & | operator<< (bool) |
PRCbitStream & | operator<< (uint32_t) |
PRCbitStream & | operator<< (uint8_t) |
PRCbitStream & | operator<< (int32_t) |
PRCbitStream & | operator<< (double) |
PRCbitStream & | operator<< (const char *) |
void | compress () |
void | write (std::ostream &out) const |