#include <file.h>
Public Member Functions | |
bool | bad () |
void | fsync () |
bool | is_open () |
fileofs | len () |
void | open (const char *fn) |
void | read (fileofs o, char *data, unsigned len) |
void | write (fileofs o, const char *data, unsigned len) |
Definition at line 39 of file file.h.
bool mongo::FileInterface::bad | ( | ) | [inline] |
Reimplemented in mongo::File.
void mongo::FileInterface::fsync | ( | ) | [inline] |
Reimplemented in mongo::File.
bool mongo::FileInterface::is_open | ( | ) | [inline] |
Reimplemented in mongo::File.
fileofs mongo::FileInterface::len | ( | ) | [inline] |
Reimplemented in mongo::File.
void mongo::FileInterface::read | ( | fileofs | o, | |
char * | data, | |||
unsigned | len | |||
) | [inline] |
Reimplemented in mongo::File.
void mongo::FileInterface::write | ( | fileofs | o, | |
const char * | data, | |||
unsigned | len | |||
) | [inline] |
Reimplemented in mongo::File.