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 |
| pos | _fdpos |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const Cache &obj) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.4