sprint 1-alpha
Public Member Functions
sprint::io::bzip2 Class Reference

bzip2 stream file More...

#include <bzip2.h>

List of all members.

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

Detailed Description

bzip2 stream file


Constructor & Destructor Documentation

sprint::io::bzip2::bzip2 ( const char *  bzipfile,
sprint::io::flag_t  openMode,
int  mem_blk = 9 
)

create or open a bzip2file

Parameters:
mem_blka number between 1 to 9 used to allocate memory

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines