Function tar_archive_store_data
Source pub unsafe extern "C" fn tar_archive_store_data(
archive: *mut TarArchive,
path: *const c_char,
data: *const u8,
data_len: i32,
) -> bool
Expand description
Store data in tar archive
§Arguments
archive - Tar archive object. Must be opened in write mode
path (direction in) - Path to the file
data (direction in) - Data to store
data_len - Size of the data
§Returns
true if successful