IBR-DTNSuite
0.12
|
Classes | |
class | FATFile |
class | FatImageReader |
class | FileHash |
class | ObservedFile |
class | TarUtils |
Functions | |
int | __tar_utils_open_callback (struct archive *, void *) |
ssize_t | __tar_utils_write_callback (struct archive *, void *ostream_ptr, const void *buffer, size_t length) |
ssize_t | __tar_utils_read_callback (struct archive *, void *istream_ptr, const void **buffer) |
int | __tar_utils_close_callback (struct archive *, void *) |
int io::__tar_utils_close_callback | ( | struct archive * | , |
void * | |||
) |
Definition at line 82 of file TarUtils.cpp.
Referenced by io::TarUtils::read(), and io::TarUtils::write().
int io::__tar_utils_open_callback | ( | struct archive * | , |
void * | |||
) |
Definition at line 53 of file TarUtils.cpp.
Referenced by io::TarUtils::read(), and io::TarUtils::write().
ssize_t io::__tar_utils_read_callback | ( | struct archive * | , |
void * | istream_ptr, | ||
const void ** | buffer | ||
) |
Definition at line 71 of file TarUtils.cpp.
References BUFF_SIZE.
Referenced by io::TarUtils::read().
ssize_t io::__tar_utils_write_callback | ( | struct archive * | , |
void * | ostream_ptr, | ||
const void * | buffer, | ||
size_t | length | ||
) |
Definition at line 59 of file TarUtils.cpp.
Referenced by io::TarUtils::write().