|
IBR-DTN
1.0.0
|
#include <FatImageReader.h>

Public Member Functions | |
| FileHandle (const ibrcommon::File &image, const std::string &path) | |
| virtual | ~FileHandle () |
| size_t | read (unsigned char *buffer, size_t buf_size) |
| void | close () |
Definition at line 53 of file FatImageReader.h.
| io::FatImageReader::FileHandle::FileHandle | ( | const ibrcommon::File & | image, |
| const std::string & | path | ||
| ) |
Definition at line 233 of file FatImageReader.cpp.
|
virtual |
Definition at line 261 of file FatImageReader.cpp.
| void io::FatImageReader::FileHandle::close | ( | ) |
Definition at line 287 of file FatImageReader.cpp.
| size_t io::FatImageReader::FileHandle::read | ( | unsigned char * | buffer, |
| size_t | buf_size | ||
| ) |
Definition at line 266 of file FatImageReader.cpp.
Referenced by io::TarUtils::write().