ddc
|
Public Member Functions | |
size_t | tar_block_read (void *buf) const |
int | th_read_internal () |
int | th_read () |
void | th_print_long_ls () const |
int | tar_extract_regfile (const char *realname) |
int | tar_extract_regfile_to_buffer (vector< char > &Buffer) |
int | tar_extract_file (const char *realname) |
int | tar_skip_regfile () |
Public Attributes | |
string | pathname |
FILE * | m_pFile |
tar_header | th_buf |
|
inline |
References T_BLOCKSIZE.
int TAR::th_read_internal | ( | ) |
References T_BLOCKSIZE.
int TAR::th_read | ( | ) |
References T_BLOCKSIZE.
Referenced by tar_get_next_file().
void TAR::th_print_long_ls | ( | ) | const |
int TAR::tar_extract_regfile | ( | const char * | realname | ) |
References tar_header::size, and T_BLOCKSIZE.
int TAR::tar_extract_regfile_to_buffer | ( | vector< char > & | Buffer | ) |
References tar_header::size, and T_BLOCKSIZE.
Referenced by tar_get_next_file().
int TAR::tar_extract_file | ( | const char * | realname | ) |
int TAR::tar_skip_regfile | ( | ) |
References tar_header::size, and T_BLOCKSIZE.
string TAR::pathname |
Referenced by tar_get_next_file(), and tar_open().
FILE* TAR::m_pFile |
Referenced by tar_close().
tar_header TAR::th_buf |
Referenced by tar_get_next_file().