分类: C/C++
2008-01-04 13:47:16
chinaunix网友2010-12-08 16:26:51
以前查看tar文件格式的时候,搜索到您的这篇文章,感觉讲tar格式的中文资料确实较少 今天无意间在file的源代码中,看到了tar格式的判断方法,与您的说法是一致的,哈哈~ 具体位置是file-4.17\file-4.17\src\is_tar.c /* * Return * 0 if the checksum is bad (i.e., probably not a tar archive), * 1 for old UNIX tar file, * 2 for Unix Std (POSIX) tar file. */ private int is_tar(const unsigned char *buf, size_t nbytes)
chinaunix网友2010-12-08 16:26:51
以前查看tar文件格式的时候,搜索到您的这篇文章,感觉讲tar格式的中文资料确实较少 今天无意间在file的源代码中,看到了tar格式的判断方法,与您的说法是一致的,哈哈~ 具体位置是file-4.17\file-4.17\src\is_tar.c /* * Return * 0 if the checksum is bad (i.e., probably not a tar archive), * 1 for old UNIX tar file, * 2 for Unix Std (POSIX) tar file. */ private int is_tar(const unsigned char *buf, size_t nbytes)