Creates Unix tar archive files.

Synopsis

Declared in <llvm/Support/TarWriter.h>

class TarWriter;

Member Functions

Name

Description

append

Appends a file with path Path and contents Data to the archive.

Static Member Functions

Name

Description

create

Creates a TarWriter that writes a new archive to OutputPath.

Created with MrDocs