sprint 1-alpha
|
#include <bzip2.h>
Public Member Functions | |
bzip2 (const char *bzipfile, sprint::io::flag_t openMode, int mem_blk=9) | |
int | write (const char *buf, unsigned int size) |
int | read (char *buf, unsigned int size) |
int | seek (int offset, int type) |
state_t | state () const |
bzip2 stream file
sprint::io::bzip2::bzip2 | ( | const char * | bzipfile, |
sprint::io::flag_t | openMode, | ||
int | mem_blk = 9 |
||
) |
create or open a bzip2file
mem_blk | a number between 1 to 9 used to allocate memory |