IBR-DTNSuite
0.12
|
#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.
References ibrcommon::File::getPath().
|
virtual |
Definition at line 261 of file FatImageReader.cpp.
void io::FatImageReader::FileHandle::close | ( | ) |
Definition at line 287 of file FatImageReader.cpp.
References ibrcommon::LogLevel::error, IBRCOMMON_LOGGER_ENDL, and IBRCOMMON_LOGGER_TAG.
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().