Public Member Functions | |
Cache () | |
~Cache () | |
bool | open (const Pathname &file_r) |
bool | isOpen () const |
void | close () |
pos | tell () const |
pos | seek (const pos pos_r) |
unsigned | readData (void *buf_r, unsigned count_r) |
Header | readHeader (bool magicp=true) |
Private Member Functions | |
Cache & | operator= (const Cache &) |
Cache (const Cache &) | |
Private Attributes | |
FD_t | fd |
Friends | |
std::ostream & | operator<< (std::ostream &str, const Cache &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|