Struct async_tar::ArchiveBuilder [−][src]
pub struct ArchiveBuilder<R: Read + Unpin> { /* fields omitted */ }
Expand description
Configure the archive.
Implementations
Indicate whether extended file attributes (xattrs on Unix) are preserved when unpacking this archive.
This flag is disabled by default and is currently only implemented on Unix using xattr support. This may eventually be implemented for Windows, however, if other archive implementations are found which do this as well.
Indicate whether extended permissions (like suid on Unix) are preserved when unpacking this entry.
This flag is disabled by default and is currently only implemented on Unix.
Indicate whether access time information is preserved when unpacking this entry.
This flag is enabled by default.
Ignore zeroed headers, which would otherwise indicate to the archive that it has no more entries.
This can be used in case multiple tar archives have been concatenated together.